String displayed after instance name when the vehicle line is picked in 2D or 3D.
Read-write property
[Visual Basic .NET] |
---|
Public Property PickString() As String |
[C#] |
---|
public string PickString {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_PickString(); |
[Unmanaged C++] |
---|
public: HRESULT get_PickString( BSTR * pVal ); public: HRESULT put_PickString( BSTR pVal ); |
[Java] |
---|
public String getPickString(); public void setPickString( String ); |