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