Gets or sets the maximum power/thrust depending on the propulsion mode.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxPowerThrust() As Double |
[C#] |
---|
public double MaxPowerThrust {get; set;} |
[Managed C++] |
---|
public: __property double get_MaxPowerThrust(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxPowerThrust( double * pVal ); public: HRESULT put_MaxPowerThrust( double pVal ); |
[Java] |
---|
public double getMaxPowerThrust(); public void setMaxPowerThrust( double ); |