Gets or sets the percentage of available thrust to use (100 is full on, 0 is off). Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property PercentThrottle() As Double |
[C#] |
---|
public double PercentThrottle {get; set;} |
[Managed C++] |
---|
public: __property double get_PercentThrottle(); |
[Unmanaged C++] |
---|
public: HRESULT get_PercentThrottle( double * pVal ); public: HRESULT put_PercentThrottle( double InVal ); |
[Java] |
---|
public double getPercentThrottle(); public void setPercentThrottle( double ); |