Gets or sets the target pos vel as a string value. Use this for custom models.
Read-write property
[Visual Basic .NET] |
---|
Public Property TargetPosVelTypeString() As String |
[C#] |
---|
public string TargetPosVelTypeString {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_TargetPosVelTypeString(); |
[Unmanaged C++] |
---|
public: HRESULT get_TargetPosVelTypeString( BSTR * pVal ); public: HRESULT put_TargetPosVelTypeString( BSTR pVal ); |
[Java] |
---|
public String getTargetPosVelTypeString(); public void setTargetPosVelTypeString( String ); |