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





Windows & Linux

Description

Get the departure speed limim type.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property DepartureSpeedLimitType() As AgEAvtrAirspeedType
[C#]
public AgEAvtrAirspeedType DepartureSpeedLimitType {get;}
[Managed C++]
public: __property AgEAvtrAirspeedType get_DepartureSpeedLimitType();
[Unmanaged C++]
public: HRESULT get_DepartureSpeedLimitType(
    AgEAvtrAirspeedType * pVal
);
[Java]
public AgEAvtrAirspeedType getDepartureSpeedLimitType();
[Python - STK API ]
@property
def DepartureSpeedLimitType(self) -> "AgEAvtrAirspeedType":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.