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





Windows & Linux

Description

Get the airspeed type.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.