The points defined by the area.
Read-only property
| [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(
|
| [Java] |
|---|
public IAgEntityPositionCollection getPoints();
|