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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1