Description
Location based upon a Vector Geometry Tool Point.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property PointPath() As String
|
| [C#] |
|---|
public string PointPath {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_PointPath(); public: __property void set_PointPath( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PointPath( BSTR * pRetVal ); public: HRESULT put_PointPath( BSTR NewPointPath );
|
| [Java] |
|---|
public String getPointPath();public void setPointPath( String );
|
See Also