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





Windows & Linux

Description

Get the maximum airspeed of the missile while cruising.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.