Get the airspeed for the other airspeed option.
Read-only property
[Visual Basic .NET] |
---|
Public Property OtherAirspeed() As Double |
[C#] |
---|
public double OtherAirspeed {get;} |
[Managed C++] |
---|
public: __property double get_OtherAirspeed(); |
[Unmanaged C++] |
---|
public: HRESULT get_OtherAirspeed( double * pVal ); |
[Java] |
---|
public double getOtherAirspeed(); |