Gets or sets the rate at which the aircraft speeds up at max throttle.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxThrustAccel() As Double |
[C#] |
---|
public double MaxThrustAccel {get; set;} |
[Managed C++] |
---|
public: __property double get_MaxThrustAccel(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxThrustAccel( double * pVal ); public: HRESULT put_MaxThrustAccel( double pVal ); |
[Java] |
---|
public double getMaxThrustAccel(); public void setMaxThrustAccel( double ); |