 Description
Description
Opt to limit the airspeed below a specified altitude.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property UseAirspeedLimit() As Boolean
 | 
| [C#] | 
|---|
| public bool UseAirspeedLimit {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property bool get_UseAirspeedLimit();public: __property void set_UseAirspeedLimit(
    bool
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_UseAirspeedLimit(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseAirspeedLimit(
    VARIANT_BOOL newVal
);
 | 
| [Java] | 
|---|
| public bool getUseAirspeedLimit();
public void setUseAirspeedLimit(
    bool
);
 | 
| [Python - STK API] | 
|---|
| @property
def UseAirspeedLimit(self) -> bool:
@UseAirspeedLimit.setter
def UseAirspeedLimit(self, newVal:bool) -> None:
 | 
 See Also
See Also