STK AviatorSend comments on this topic.
AirspeedLimit Property (IAgAvtrAircraftAdvDescentModel)
See Also
Windows





Windows & Linux

Description

Get the airsepeed limit below the altitude threshold.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AirspeedLimit() As Double
[C#]
public double AirspeedLimit {get;}
[Managed C++]
public: __property double get_AirspeedLimit();
[Unmanaged C++]
public: HRESULT get_AirspeedLimit(
    double * pVal
);
[Java]
public double getAirspeedLimit();
[Python - STK API ]
@property
def AirspeedLimit(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.