Gets or sets the minimum power/thrust depending on the propulsion mode.
Read-write property
[Visual Basic .NET] |
---|
Public Property MinPowerThrust() As Double |
[C#] |
---|
public double MinPowerThrust {get; set;} |
[Managed C++] |
---|
public: __property double get_MinPowerThrust(); |
[Unmanaged C++] |
---|
public: HRESULT get_MinPowerThrust( double * pVal ); public: HRESULT put_MinPowerThrust( double pVal ); |
[Java] |
---|
public double getMinPowerThrust(); public void setMinPowerThrust( double ); |