Get the speed at which the aircraft can begin forward flight.
Read-only property
[Visual Basic .NET] |
---|
Public Property ForwardFlightAirspeed() As Double |
[C#] |
---|
public double ForwardFlightAirspeed {get;} |
[Managed C++] |
---|
public: __property double get_ForwardFlightAirspeed(); |
[Unmanaged C++] |
---|
public: HRESULT get_ForwardFlightAirspeed( double * pVal ); |
[Java] |
---|
public double getForwardFlightAirspeed(); |