Opt whether to limit the speed of the missile so the specified mach number is not exceeded.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseMachLimit() As Boolean |
[C#] |
---|
public bool UseMachLimit {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseMachLimit(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseMachLimit( VARIANT_BOOL * pVal ); public: HRESULT put_UseMachLimit( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getUseMachLimit(); public void setUseMachLimit( bool ); |