STK AviatorSend comments on this topic.
AirspeedType Property (IAgAvtrBasicManeuverStrategyGlideProfile)
See Also
Windows





Windows & Linux

Description

Get the airspeed type.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.