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


IPolygonArray.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolygonArray Interface > IPolygonArray.Add Method
ArcGIS Developer Help

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