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






Windows & Linux

Description

Select an available sine or box style from the AgESnVOPulseStyle enumeration. Box styles display a very sharp transition from enabled to disabled for the sensor's modulation, while the Sine styles display a smooth transition.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Style() As AgESnVOPulseStyle
[C#]
public AgESnVOPulseStyle Style {get; set;}
[Managed C++]
public: __property AgESnVOPulseStyle get_Style();
public: __property void set_Style(
   AgESnVOPulseStyle
);
[Unmanaged C++]
public: HRESULT get_Style(
   AgESnVOPulseStyle * pRetVal
);
public: HRESULT put_Style(
   AgESnVOPulseStyle NewStyle
);
[Java]
public AgESnVOPulseStyle getStyle();public void setStyle(
   AgESnVOPulseStyle
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.