Get the track's 3D point properties.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Point() As IAgMtoVOPoint
|
| [C#] |
|---|
public IAgMtoVOPoint Point {get;}
|
| [Managed C++] |
|---|
public: __property IAgMtoVOPoint^ get_Point();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Point(
|
| [Java] |
|---|
public IAgMtoVOPoint getPoint();
|