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