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


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

IGeometryArray.Add Method

Adds a geometry.

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

Parameters g [in]
g is a parameter of type IGeometry

Product Availability

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

See Also

IGeometryArray Interface