STK Real-Time Tracking ToolSend comments on this topic.
Points Property (IAgRt3Area)
See Also
Windows





Windows & Linux

Description

The points defined by the area.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Points() As IAgEntityPositionCollection
[C#]
public IAgEntityPositionCollection Points {get;}
[Managed C++]
public: __property IAgEntityPositionCollection ^ get_Points();
[Unmanaged C++]
public: HRESULT get_Points(
    IAgEntityPositionCollection ** ppPoints
);
[Java]
public IAgEntityPositionCollection getPoints();

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.