This document is archived and information here might be outdated.  Recommended version.


IPolygonArray.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IPolygonArray.Add Method

Adds a polygon.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal Polygon As IPolygon _
)
[C#]
public void Add (
    IPolygon Polygon
);
[C++]
HRESULT Add(
  IPolygon* Polygon
);
[C++]

Parameters Polygon [in]
Polygon is a parameter of type IPolygon

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPolygonArray Interface