Opt whether to limit the speed of the missile so the specified Equivalent Airspeed is not exceeded.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseEASLimit() As Boolean |
[C#] |
---|
public bool UseEASLimit {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseEASLimit(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseEASLimit( VARIANT_BOOL * pVal ); public: HRESULT put_UseEASLimit( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getUseEASLimit(); public void setUseEASLimit( bool ); |