Returns a group of points.
Read-only property
| [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(
|
| [Java] |
|---|
public IAgCrdnPointGroup getPoints();
|