STK AviatorSend comments on this topic.
DepartureSpeedLimit Property (IAgAvtrAircraftAdvTakeoffModel)
See Also
Windows





Windows & Linux

Description

Get the aircraft's maximum airspeed upon leaving the ground.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.