AGI STK Objects 11Send comments on this topic.
Points Property (IAgLineTarget)
See Also 
Windows






Windows & Linux

Description

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.

Property type

Read-only property

Syntax

[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 ** ppRetVal
);
[Java]
public IAgLtPointCollection getPoints();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.