STK AviatorSend comments on this topic.
SetMaxSafeAirspeed Method (IAgAvtrRotorcraft)
See Also
AirspeedType
Airspeed
Windows





Windows & Linux

Description

Set the maximum safe airspeed and airspeed type.

Syntax

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

Parameters

AirspeedType
Airspeed

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.