AGI STK Objects 11 Send comments on this topic.
FreqValue Property (IAgSnVOPulse)
See Also 
Windows






Windows & Linux

Description

If ePulseFrequencyCustom is selected for the PreselFreq property, specify the custom frequency value. Uses Frequency Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FreqValue() As Double

[C#]
public double FreqValue {get; set;}

[Managed C++]
public: __property double get_FreqValue();
public: __property void set_FreqValue(
double
);

[Unmanaged C++]
public: HRESULT get_FreqValue(
double * pRetVal
);
public: HRESULT put_FreqValue(
double NewFreqValue
);

[Java]
public double getFreqValue();public void setFreqValue(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface