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





Windows & Linux

Description

Get the aircraft's speed upon leaving the ground.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.