STK AviatorSend comments on this topic.
ControlMode Property (IAgAvtrBasicManeuverStrategyPitch3D)
See Also
Windows





Windows & Linux

Description

Gets or sets the control mode for the pitch 3D strategy.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ControlMode() As AgEAvtrPitch3DControlMode
[C#]
public AgEAvtrPitch3DControlMode ControlMode {get; set;}
[Managed C++]
public: __property AgEAvtrPitch3DControlMode get_ControlMode();
public: __property void set_ControlMode( AgEAvtrPitch3DControlMode );
[Unmanaged C++]
public: HRESULT get_ControlMode(
    AgEAvtrPitch3DControlMode * pVal
);
public: HRESULT put_ControlMode(
    AgEAvtrPitch3DControlMode newVal
);
[Java]
public AgEAvtrPitch3DControlMode getControlMode();
public void setControlMode(
    AgEAvtrPitch3DControlMode
);
[Python - STK API ]
@property
def ControlMode(self) -> "AgEAvtrPitch3DControlMode":

@ControlMode.setter
def ControlMode(self, newVal:"AgEAvtrPitch3DControlMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.