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





Windows & Linux

Description

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

Syntax

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

Parameters

Enable
Altitude

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.