This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolygonArray Interface > IPolygonArray.Add Method (ArcObjects .NET 10.4 SDK) |
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