Gets or sets the control mode for the pitch 3D strategy.
Read-write property
[Visual Basic .NET] |
---|
Public Property ControlMode() As AgEAvtrPitch3DControlMode |
[C#] |
---|
public AgEAvtrPitch3DControlMode ControlMode {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrPitch3DControlMode get_ControlMode(); |
[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: |