Description
Name of a movable element associated with a pointing parameter.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property PointingName() As String
|
| [C#] |
|---|
public string PointingName {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_PointingName(); public: __property void set_PointingName( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PointingName( BSTR * pRetVal ); public: HRESULT put_PointingName( BSTR NewPointingName );
|
| [Java] |
|---|
public String getPointingName();public void setPointingName( String );
|
See Also