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