Description
Specify a pointable element of the 3D model associated with the object.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property PointableElementName() As String
|
[C#] |
---|
public string PointableElementName {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_PointableElementName(); public: __property void set_PointableElementName( String __gc ^ );
|
[Unmanaged C++] |
---|
public: HRESULT get_PointableElementName( BSTR * pRetVal ); public: HRESULT put_PointableElementName( BSTR NewPointableElementName );
|
[Java] |
---|
public String getPointableElementName();public void setPointableElementName( String );
|
See Also