STK ObjectsSend comments on this topic.
FreqReverseDir Property (IAgSnVOPulse)
See Also
Windows





Windows & Linux

Description

Opt whether to have the sensor pulse in a direction opposite from that which is set. This is useful if you want pulsing to display in the same direction as usual but pulsing is faster than the animation step.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FreqReverseDir() As Boolean
[C#]
public bool FreqReverseDir {get; set;}
[Managed C++]
public: __property bool get_FreqReverseDir();
public: __property void set_FreqReverseDir( bool );
[Unmanaged C++]
public: HRESULT get_FreqReverseDir(
    VARIANT_BOOL * pVal
);
public: HRESULT put_FreqReverseDir(
    VARIANT_BOOL pVal
);
[Java]
public bool getFreqReverseDir();
public void setFreqReverseDir(
    bool
);
[Python - STK API ]
@property
def FreqReverseDir(self) -> bool:

@FreqReverseDir.setter
def FreqReverseDir(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.