Opt whether the aircraft immediately adopts the selected cruise airspeed or gradually begins accelerating/decelerating in the previous procedure.
Read-write property
[Visual Basic .NET] |
---|
Public Property FlyCruiseAirspeedProfile() As Boolean |
[C#] |
---|
public bool FlyCruiseAirspeedProfile {get; set;} |
[Managed C++] |
---|
public: __property bool get_FlyCruiseAirspeedProfile(); |
[Unmanaged C++] |
---|
public: HRESULT get_FlyCruiseAirspeedProfile( VARIANT_BOOL * pVal ); public: HRESULT put_FlyCruiseAirspeedProfile( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getFlyCruiseAirspeedProfile(); public void setFlyCruiseAirspeedProfile( bool ); |