ArcObjects Component Help  (Core)    

IIndexes Interface

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

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.

Dim pIndexes as IIndexes
Set pIndexes = pTable.Indexes
MsgBox pIndexes.IndexCount