Gets or sets the powered cruise throttle.
Read-write property
[Visual Basic .NET] |
---|
Public Property PoweredCruiseThrottle() As Double |
[C#] |
---|
public double PoweredCruiseThrottle {get; set;} |
[Managed C++] |
---|
public: __property double get_PoweredCruiseThrottle(); |
[Unmanaged C++] |
---|
public: HRESULT get_PoweredCruiseThrottle( double * pVal ); public: HRESULT put_PoweredCruiseThrottle( double newVal ); |
[Java] |
---|
public double getPoweredCruiseThrottle(); public void setPoweredCruiseThrottle( double ); |