STK AviatorSend comments on this topic.
MaxAirspeed Property (IAgAvtrBasicManeuverStrategyRelSpeedAlt)
See Also
Windows





Windows & Linux

Description

Get the maximum airspeed limit for the maneuver.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.