STK Vector Geometry ToolSend comments on this topic.
Points Property (IAgCrdnProvider)
See Also
Windows





Windows & Linux

Description

Returns a group of points.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Points() As IAgCrdnPointGroup
[C#]
public IAgCrdnPointGroup Points {get;}
[Managed C++]
public: __property IAgCrdnPointGroup ^ get_Points();
[Unmanaged C++]
public: HRESULT get_Points(
    IAgCrdnPointGroup ** ppRetVal
);
[Java]
public IAgCrdnPointGroup getPoints();
[Python - STK API ]
@property
def Points(self) -> "IAgCrdnPointGroup":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.