STK AviatorSend comments on this topic.
UseAirspeedLimit Property (IAgAvtrAircraftAdvClimbModel)
See Also
Windows





Windows & Linux

Description

Opt to limit the airspeed below a specified altitude.

Property type

Read-write property

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.