Get the airspeed stopping condition.
Read-only property
[Visual Basic .NET] |
---|
Public Property StopAirspeed() As Double |
[C#] |
---|
public double StopAirspeed {get;} |
[Managed C++] |
---|
public: __property double get_StopAirspeed(); |
[Unmanaged C++] |
---|
public: HRESULT get_StopAirspeed( double * pVal ); |
[Java] |
---|
public double getStopAirspeed(); |