STK AviatorSend comments on this topic.
BottomAirspeed Property (IAgAvtrBasicManeuverStrategyBarrelRoll)
See Also
Windows





Windows & Linux

Description

Get the speed at the bottom of the loop.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.