STK AviatorSend comments on this topic.
UseStopAtAirspeed Property (IAgAvtrBasicManeuverStrategyPushPull)
See Also
Windows





Windows & Linux

Description

Get the option to stop the maneuver if a specified airspeed is achieved.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property UseStopAtAirspeed() As Boolean
[C#]
public bool UseStopAtAirspeed {get;}
[Managed C++]
public: __property bool get_UseStopAtAirspeed();
[Unmanaged C++]
public: HRESULT get_UseStopAtAirspeed(
    VARIANT_BOOL * pVal
);
[Java]
public bool getUseStopAtAirspeed();
[Python - STK API ]
@property
def UseStopAtAirspeed(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.