STK AviatorSend comments on this topic.
StopAfterLevelOff Property (IAgAvtrBasicManeuverStrategyCruiseProfile)
See Also
Windows





Windows & Linux

Description

Select to stop the maneuver as soon as the aircraft achieves its goal altitude and levels off, regardless if any basic stopping conditions have been triggered.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopAfterLevelOff() As Boolean
[C#]
public bool StopAfterLevelOff {get; set;}
[Managed C++]
public: __property bool get_StopAfterLevelOff();
public: __property void set_StopAfterLevelOff( bool );
[Unmanaged C++]
public: HRESULT get_StopAfterLevelOff(
    VARIANT_BOOL * pVal
);
public: HRESULT put_StopAfterLevelOff(
    VARIANT_BOOL pVal
);
[Java]
public bool getStopAfterLevelOff();
public void setStopAfterLevelOff(
    bool
);
[Python - STK API ]
@property
def StopAfterLevelOff(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.