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