STK AviatorSend comments on this topic.
SetStopAltitude Method (IAgAvtrBasicManeuverStrategyPushPull)
See Also
Enable
AltitudeRate
Windows





Windows & Linux

Description

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

Syntax

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

Parameters

Enable
AltitudeRate

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.