Gets or sets the rate at which the aircraft slows down at minimum throttle setting.
Read-write property
[Visual Basic .NET] |
---|
Public Property MinThrustDecel() As Double |
[C#] |
---|
public double MinThrustDecel {get; set;} |
[Managed C++] |
---|
public: __property double get_MinThrustDecel(); |
[Unmanaged C++] |
---|
public: HRESULT get_MinThrustDecel( double * pVal ); public: HRESULT put_MinThrustDecel( double pVal ); |
[Java] |
---|
public double getMinThrustDecel(); public void setMinThrustDecel( double ); |