Gets or sets the option to use the performance model limits for the aircraft.
Read-write property
[Visual Basic .NET] |
---|
Public Property UsePerfModelLimits() As Boolean |
[C#] |
---|
public bool UsePerfModelLimits {get; set;} |
[Managed C++] |
---|
public: __property bool get_UsePerfModelLimits(); |
[Unmanaged C++] |
---|
public: HRESULT get_UsePerfModelLimits( VARIANT_BOOL * pVal ); public: HRESULT put_UsePerfModelLimits( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getUsePerfModelLimits(); public void setUsePerfModelLimits( bool ); |