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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ControlMode() As AgEAvtrBallistic3DControlMode
[C#]
public AgEAvtrBallistic3DControlMode ControlMode {get; set;}
[Managed C++]
public: __property AgEAvtrBallistic3DControlMode get_ControlMode();
public: __property void set_ControlMode( AgEAvtrBallistic3DControlMode );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.