Gets or sets the target pos vel type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property TargetPosVelType() As AgEAvtrTargetPosVelType |
| [C#] |
|---|
public AgEAvtrTargetPosVelType TargetPosVelType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrTargetPosVelType get_TargetPosVelType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrTargetPosVelType getTargetPosVelType(); public void setTargetPosVelType( AgEAvtrTargetPosVelType ); |
[Python - STK API ] |
|---|
@property def TargetPosVelType(self) -> "AgEAvtrTargetPosVelType": @TargetPosVelType.setter def TargetPosVelType(self, pVal:"AgEAvtrTargetPosVelType") -> None: |






