STK AviatorSend comments on this topic.
OtherAirspeedType Property (IAgAvtrCruiseAirspeedOptions)
See Also
Windows





Windows & Linux

Description

Get the airspeed type for the other airspeed option.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.