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


IFeatureIndex Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureIndex Interface
ArcGIS Developer Help

IFeatureIndex Interface

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

Product Availability

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

Members

Name 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.

Classes that implement IFeatureIndex

Classes Description
FeatureIndex A feature class index.