Description
The percentage of available thrust to use
(100 is full on, 0 is off). Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property PercentThrottle() As Double
|
| [C#] |
public double PercentThrottle {get; set;}
|
| [Managed C++] |
public: __property double get_PercentThrottle();
public: __property void set_PercentThrottle(
double
);
|
| [Unmanaged C++] |
public: HRESULT get_PercentThrottle(
double * pRetVal
);
public: HRESULT put_PercentThrottle(
double NewPercentThrottle
);
|
| [Java] |
public double getPercentThrottle();public void setPercentThrottle(
double
);
|
See Also