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


IEnumGeometryBind Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumGeometryBind Interface
ArcGIS Developer Help

IEnumGeometryBind Interface

Provides access to members that bind a feature cursor or a selection to a geometry enumerator.

Product Availability

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

Description

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.

Members

Name Description
Method BindGeometrySource Bind the source of the geometry to the enumeration.
Read-only property GeometrySource The geometry source - either a feature class or a selection set.
Read-only property OutputFilter The query filter that was used to bind the geometry source.

Classes that implement IEnumGeometryBind

Classes Description
EnumFeatureGeometry Esri enumerator for geometries of a feature class or selection set.