Select to define the climbing airspeed of the rotorcraft using the cruise airspeed of the current procedure.
Read-write property
[Visual Basic .NET] |
---|
Public Property ClimbAtCruiseAirspeed() As Boolean |
[C#] |
---|
public bool ClimbAtCruiseAirspeed {get; set;} |
[Managed C++] |
---|
public: __property bool get_ClimbAtCruiseAirspeed(); |
[Unmanaged C++] |
---|
public: HRESULT get_ClimbAtCruiseAirspeed( VARIANT_BOOL * pVal ); public: HRESULT put_ClimbAtCruiseAirspeed( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getClimbAtCruiseAirspeed(); public void setClimbAtCruiseAirspeed( bool ); |