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





Windows & Linux

Description

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

Syntax

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

Parameters

Enable
AltitudeRate

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.