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++] |
---|
public: HRESULT get_TargetPosVelType( AgEAvtrTargetPosVelType * pVal ); public: HRESULT put_TargetPosVelType( AgEAvtrTargetPosVelType pVal ); |
[Java] |
---|
public AgEAvtrTargetPosVelType getTargetPosVelType(); public void setTargetPosVelType( AgEAvtrTargetPosVelType ); |
[Python - STK API ] |
---|
@property def TargetPosVelType(self) -> "AgEAvtrTargetPosVelType": @TargetPosVelType.setter def TargetPosVelType(self, pVal:"AgEAvtrTargetPosVelType") -> None: |