STK AviatorSend comments on this topic.
CruiseMaxAirspeedType Property (IAgAvtrMissile)
See Also
Windows





Windows & Linux

Description

Get the cruise airspeed type.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.