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


IGeometryArray Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryArray Interface
ArcGIS Developer Help

IGeometryArray Interface

Product Availability

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

Description

This interface is new at ArcGIS 9.3.

Members

Name Description
Method Add Adds a geometry.
Read-only property Count The geometry count.
Read-only property Element Returns the geometry at the specified position.
Method Insert Adds a geometry at the specified position.
Method Remove Removes the geometry at the specified position.
Method RemoveAll Removes all geometries.

Classes that implement IGeometryArray

Classes Description
GeometryArray