Get the landing speed of the aircraft.
Read-only property
[Visual Basic .NET] |
---|
Public Property LandingSpeed() As Double |
[C#] |
---|
public double LandingSpeed {get;} |
[Managed C++] |
---|
public: __property double get_LandingSpeed(); |
[Unmanaged C++] |
---|
public: HRESULT get_LandingSpeed( double * pVal ); |
[Java] |
---|
public double getLandingSpeed(); |