STK AviatorSend comments on this topic.
TopAirspeed Property (IAgAvtrBasicManeuverStrategyLoop)
See Also
Windows





Windows & Linux

Description

Get the speed at the top of the loop.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.