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






Windows & Linux

Description

Select a frequency option from the AgESnVOPulseFrequencyPreset enumeration. Here, frequency refers to the rate at which pulses occur.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PreselFreq() As AgESnVOPulseFrequencyPreset

[C#]
public AgESnVOPulseFrequencyPreset PreselFreq {get; set;}

[Managed C++]
public: __property AgESnVOPulseFrequencyPreset get_PreselFreq();
public: __property void set_PreselFreq(
AgESnVOPulseFrequencyPreset
);

[Unmanaged C++]
public: HRESULT get_PreselFreq(
AgESnVOPulseFrequencyPreset * pRetVal
);
public: HRESULT put_PreselFreq(
AgESnVOPulseFrequencyPreset NewPreselFreq
);

[Java]
public AgESnVOPulseFrequencyPreset getPreselFreq();public void setPreselFreq(
AgESnVOPulseFrequencyPreset
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface