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++] |
---|
public: HRESULT get_ControlMode( AgEAvtrBallistic3DControlMode * pVal ); public: HRESULT put_ControlMode( AgEAvtrBallistic3DControlMode newVal ); |
[Java] |
---|
public AgEAvtrBallistic3DControlMode getControlMode(); public void setControlMode( AgEAvtrBallistic3DControlMode ); |
[Python - STK API ] |
---|
@property def ControlMode(self) -> "AgEAvtrBallistic3DControlMode": @ControlMode.setter def ControlMode(self, newVal:"AgEAvtrBallistic3DControlMode") -> None: |