The collection of MTO track points.
Read-only property
[Visual Basic .NET] |
---|
Public Property Points() As IAgMtoTrackPointCollection
|
[C#] |
---|
public IAgMtoTrackPointCollection Points {get;}
|
[Managed C++] |
---|
public: __property IAgMtoTrackPointCollection^ get_Points();
|
[Unmanaged C++] |
---|
public: HRESULT get_Points(
|
[Java] |
---|
public IAgMtoTrackPointCollection getPoints();
|