STK ObjectsSend 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 * pVal
);
public: HRESULT put_Style(
    AgESnVOPulseStyle eVal
);
[Java]
public AgESnVOPulseStyle getStyle();
public void setStyle(
    AgESnVOPulseStyle
);
[Python - STK API ]
@property
def Style(self) -> "AgESnVOPulseStyle":

@Style.setter
def Style(self, eVal:"AgESnVOPulseStyle") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.