Name of the element of the 3D model along which the sensor points.
Read-write property
[Visual Basic .NET] |
---|
Public Property AttachName() As String |
[C#] |
---|
public string AttachName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_AttachName(); |
[Unmanaged C++] |
---|
public: HRESULT get_AttachName( BSTR * pVal ); public: HRESULT put_AttachName( BSTR pVal ); |
[Java] |
---|
public String getAttachName(); public void setAttachName( String ); |