STK AviatorSend comments on this topic.
DepartureSpeedType Property (IAgAvtrAircraftBasicTakeoffModel)
See Also
Windows





Windows & Linux

Description

Get the departure speed type.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.