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.
Read-write property
[Visual Basic .NET] |
---|
Public Property LevelOff() As Boolean |
[C#] |
---|
public bool LevelOff {get; set;} |
[Managed C++] |
---|
public: __property bool get_LevelOff(); |
[Unmanaged C++] |
---|
public: HRESULT get_LevelOff( VARIANT_BOOL * pVal ); public: HRESULT put_LevelOff( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getLevelOff(); public void setLevelOff( bool ); |