Get the option to stop the maneuver if a specified altitude rate is achieved.
Read-only property
[Visual Basic .NET] |
---|
Public Property UseStopAtAltitudeRate() As Boolean |
[C#] |
---|
public bool UseStopAtAltitudeRate {get;} |
[Managed C++] |
---|
public: __property bool get_UseStopAtAltitudeRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseStopAtAltitudeRate( VARIANT_BOOL * pVal ); |
[Java] |
---|
public bool getUseStopAtAltitudeRate(); |