Gets or sets the throttle setting for the Accel/Decel using Aero/Propulsion at mode.
Read-write property
[Visual Basic .NET] |
---|
Public Property Throttle() As Double |
[C#] |
---|
public double Throttle {get; set;} |
[Managed C++] |
---|
public: __property double get_Throttle(); |
[Unmanaged C++] |
---|
public: HRESULT get_Throttle( double * pVal ); public: HRESULT put_Throttle( double newVal ); |
[Java] |
---|
public double getThrottle(); public void setThrottle( double ); |