Gets or sets the sustain thrust value for a thrust model set to Boost/Sustain Thrust mode.
Read-write property
[Visual Basic .NET] |
---|
Public Property SustainThrust() As Double |
[C#] |
---|
public double SustainThrust {get; set;} |
[Managed C++] |
---|
public: __property double get_SustainThrust(); |
[Unmanaged C++] |
---|
public: HRESULT get_SustainThrust( double * pVal ); public: HRESULT put_SustainThrust( double newVal ); |
[Java] |
---|
public double getSustainThrust(); public void setSustainThrust( double ); |