Opt whether to limit the speed of the missile so the specified temperature is not exceeded.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseTotalTempLimit() As Boolean |
[C#] |
---|
public bool UseTotalTempLimit {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseTotalTempLimit(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseTotalTempLimit( VARIANT_BOOL * pVal ); public: HRESULT put_UseTotalTempLimit( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getUseTotalTempLimit(); public void setUseTotalTempLimit( bool ); |