 Description
Description
Opt whether to limit the speed of the missile so the specified mach number is not exceeded.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property UseMachLimit() As Boolean
 | 
| [C#] | 
|---|
| public bool UseMachLimit {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property bool get_UseMachLimit();public: __property void set_UseMachLimit(
    bool
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_UseMachLimit(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseMachLimit(
    VARIANT_BOOL pVal
);
 | 
| [Java] | 
|---|
| public bool getUseMachLimit();
public void setUseMachLimit(
    bool
);
 | 
| [Python - STK API] | 
|---|
| @property
def UseMachLimit(self) -> bool:
@UseMachLimit.setter
def UseMachLimit(self, pVal:bool) -> None:
 | 
 See Also
See Also