Get the points table, which displays a summary of the latitude and longitude values for each point, and indicates which point is currently defined as the anchor point.
Read-only property
[Visual Basic .NET] |
---|
Public Property Points() As IAgLtPointCollection |
[C#] |
---|
public IAgLtPointCollection Points {get;} |
[Managed C++] |
---|
public: __property IAgLtPointCollection ^ get_Points(); |
[Unmanaged C++] |
---|
public: HRESULT get_Points( IAgLtPointCollection ** ppIAgLtPointCollection ); |
[Java] |
---|
public IAgLtPointCollection getPoints(); |
[Python - STK API ] |
---|
@property def Points(self) -> "IAgLtPointCollection": |