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


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

IIndexes Interface

Provides access to members that return information about the index collection.

Product Availability

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

Members

Name Description
Method FindIndex Finds the position of the named index in the indexes collection.
Method FindIndexesByFieldName The set of indexes for a given field name (if any).
Read-only property Index The index at the specified position in the indexes collection.
Read-only property IndexCount The number of indexes in the indexes collection.

Classes that implement IIndexes

Classes Description
Indexes Esri Indices object.

Remarks

The IIndexes interface provides access to individual indexes. It is obtained from a table or feature class by using IClass::Indexes. Indexes are stored with a zero based index.