|  | This document is archived and information here might be outdated. Recommended version. | 
Provides access to members that bind a feature cursor or a selection to a geometry enumerator.
This interface allows a newly-instantiated EnumFeatureGeometry object to be bound to either a feature class or a selection set. The object can then be cast to the IEnumGeometry interface and the geometries can be iterated through. This is effectively a shortcut to use instead of creating a search cursor on the feature class or selection set and retrieving geometries from the features returned.
| Name | Description | |
|---|---|---|
|  | BindGeometrySource | Bind the source of the geometry to the enumeration. | 
|  | GeometrySource | The geometry source - either a feature class or a selection set. | 
|  | OutputFilter | The query filter that was used to bind the geometry source. | 
| Classes | Description | 
|---|---|
| EnumFeatureGeometry | Esri enumerator for geometries of a feature class or selection set. |