STK AviatorSend comments on this topic.
AltitudeControlMode Property (IAgAvtrBasicManeuverStrategyAutopilotProf)
See Also
Windows





Windows & Linux

Description

Gets or sets the altitude control mode for the hold initial altitude, specify altitude, and specify altitude change modes.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeControlMode() As AgEAvtrAutopilotAltitudeControlMode
[C#]
public AgEAvtrAutopilotAltitudeControlMode AltitudeControlMode {get; set;}
[Managed C++]
public: __property AgEAvtrAutopilotAltitudeControlMode get_AltitudeControlMode();
public: __property void set_AltitudeControlMode( AgEAvtrAutopilotAltitudeControlMode );
[Unmanaged C++]
public: HRESULT get_AltitudeControlMode(
    AgEAvtrAutopilotAltitudeControlMode * pVal
);
public: HRESULT put_AltitudeControlMode(
    AgEAvtrAutopilotAltitudeControlMode newVal
);
[Java]
public AgEAvtrAutopilotAltitudeControlMode getAltitudeControlMode();
public void setAltitudeControlMode(
    AgEAvtrAutopilotAltitudeControlMode
);
[Python - STK API ]
@property
def AltitudeControlMode(self) -> "AgEAvtrAutopilotAltitudeControlMode":

@AltitudeControlMode.setter
def AltitudeControlMode(self, newVal:"AgEAvtrAutopilotAltitudeControlMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.