STK AviatorSend comments on this topic.
SetMaxAbsoluteAltitude Method (IAgAvtrBasicManeuverStrategyRelativeFPA)
See Also
Enable
Altitude
Windows





Windows & Linux

Description

Set whether to enable and a value for the maximum absolute altitude.

Syntax

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

Parameters

Enable
Altitude

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.