STK AviatorSend comments on this topic.
SetDepartureSpeedLimit Method (IAgAvtrAircraftAdvTakeoffModel)
See Also
AirspeedType
Aispeed
Windows





Windows & Linux

Description

Set the departure speed limit of the aircraft.

Syntax

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

Parameters

AirspeedType
Aispeed

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.