Gets or sets the option to limit the maximum speed of the aircraft so the specified temperature is not exceeded.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseMaxTemperatureLimit() As Boolean |
[C#] |
---|
public bool UseMaxTemperatureLimit {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseMaxTemperatureLimit(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseMaxTemperatureLimit( VARIANT_BOOL * pVal ); public: HRESULT put_UseMaxTemperatureLimit( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getUseMaxTemperatureLimit(); public void setUseMaxTemperatureLimit( bool ); |