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





Windows & Linux

Description

Set whether to enable and a value for the maximum altitude offset from the target.

Syntax

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

Parameters

Enable
Altitude

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.