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 * pVal
);
public: HRESULT put_AttachName(
BSTR pVal
);
|
[Java] |
---|
public String getAttachName();
public void setAttachName(
String
);
|
See Also