ArcObjects Library Reference (GeoDatabase)  

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

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.

CoClasses that implement IIndexes

CoClasses and 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.

.NET Related Topics

Creating indexes | Working with indexes