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