Public Sub SetMaxAltitudeRelAnchor( _ ByVal Enable As Boolean, _ ByVal Altitude As Double _ )
public void SetMaxAltitudeRelAnchor( bool Enable, double Altitude );
public: void SetMaxAltitudeRelAnchor( bool Enable, double Altitude );
public: HRESULT SetMaxAltitudeRelAnchor( VARIANT_BOOL Enable, double Altitude );
public void setMaxAltitudeRelAnchor( bool Enable, double Altitude );
def SetMaxAltitudeRelAnchor(self, Enable:bool, Altitude:float) -> None:
IAgAvtrBasicManeuverStrategyRelativeFPA Interface