Get 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( IAgMtoTrackPointCollection ** ppVal ); |
[Java] |
---|
public IAgMtoTrackPointCollection getPoints(); |
[Python - STK API ] |
---|
@property def Points(self) -> "IAgMtoTrackPointCollection": |