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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.