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





Windows & Linux

Description

Opt whether to require the aircraft to level off at the specified altitude. This altitude is only enabled of the Default Cruise Altitude option is not selected.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LevelOff() As Boolean
[C#]
public bool LevelOff {get; set;}
[Managed C++]
public: __property bool get_LevelOff();
public: __property void set_LevelOff( bool );
[Unmanaged C++]
public: HRESULT get_LevelOff(
    VARIANT_BOOL * pVal
);
public: HRESULT put_LevelOff(
    VARIANT_BOOL pVal
);
[Java]
public bool getLevelOff();
public void setLevelOff(
    bool
);
[Python - STK API ]
@property
def LevelOff(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.