STK AviatorSend comments on this topic.
SetStopAirspeed Method (IAgAvtrBasicManeuverStrategyBezier)
See Also
Enable
AirspeedType
Airspeed
Windows





Windows & Linux

Description

Set whether to enable the airspeed stopping condition and the corresponding value.

Syntax

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

Parameters

Enable
AirspeedType
Airspeed

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.