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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1