AGI STK Objects 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.