Provides access to members that return information about the index collection.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
All Properties Methods
Description
FindIndex
Finds the position of the named index in the indexes collection.
FindIndexesByFieldName
The set of indexes for a given field name (if any).
Index
The index at the specified position in the indexes collection.
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