STK ObjectsSend comments on this topic.
Points Property (IAgMtoTrack)
See Also
Windows





Windows & Linux

Description

The collection of MTO track points.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.