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





Windows & Linux

Description

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

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.