Provides access to members that enumerate the members of a collection of geometries.
IEnumGeometry methods can be used to loop over the geometries contain in a GeometryBag or an EnumFeatureGeometry.
| Description | ||
|---|---|---|
![]() |
Count | The number of geometries in the enumeration. |
![]() |
Next | Returns the next geometry in the enumeration. |
![]() |
Reset | Starts the enumeration at the beginning. |
| CoClasses and Classes | Description |
|---|---|
| EnumFeatureGeometry (esriGeoDatabase) | ESRI enumerator for geometries of a feature class or selection set. |
| GeometryBag | An ordered collection of objects that support the IGeometry interface. |