Gets or sets the control mode for the ballistic 3D strategy.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ControlMode() As AgEAvtrBallistic3DControlMode |
| [C#] |
|---|
public AgEAvtrBallistic3DControlMode ControlMode {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrBallistic3DControlMode get_ControlMode(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrBallistic3DControlMode getControlMode(); public void setControlMode( AgEAvtrBallistic3DControlMode ); |
[Python - STK API ] |
|---|
@property def ControlMode(self) -> "AgEAvtrBallistic3DControlMode": @ControlMode.setter def ControlMode(self, newVal:"AgEAvtrBallistic3DControlMode") -> None: |






