STK AviatorSend comments on this topic.
SetCruiseMaxAirspeed Method (IAgAvtrMissile)
See Also
AirspeedType
Aispeed
Windows





Windows & Linux

Description

Set the missile's max cruise airspeed and airspeed type.

Syntax

[Visual Basic .NET]
Public Sub SetCruiseMaxAirspeed( _
    ByVal AirspeedType As AgEAvtrAirspeedType, _
    ByVal Aispeed As Double _
)
[C#]
public void SetCruiseMaxAirspeed(
    AgEAvtrAirspeedType AirspeedType,
    double Aispeed
);
[Managed C++]
public: void SetCruiseMaxAirspeed(
    AgEAvtrAirspeedType AirspeedType,
    double Aispeed
);
[Unmanaged C++]
public: HRESULT SetCruiseMaxAirspeed(
    AgEAvtrAirspeedType AirspeedType,
    double Aispeed
);
[Java]
public void setCruiseMaxAirspeed(
    AgEAvtrAirspeedType AirspeedType,
    double Aispeed
);
[Python - STK API ]
def SetCruiseMaxAirspeed(self, AirspeedType:"AgEAvtrAirspeedType", Aispeed:float) -> None:

Parameters

AirspeedType
Aispeed

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.