ArcObjects Library Reference (Carto)  

IFeatureIndex Interface

Provides access to members that control the creation of an index on a feature class. Note: the IFeatureIndex interface has been superseded byIFeatureIndex2. Please consider using the more recent version.

Product Availability

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

Members

Description
Write-only property FeatureClass FeatureClass to index.
Write-only property FeatureCursor Cursor on feature class, to reduce the number of feature indexed (optional).
Method Index Creates index.

CoClasses that implement IFeatureIndex

CoClasses and Classes Description
FeatureIndex A feature class index.