This document is archived and information here might be outdated. Recommended version. |
Provides access to members that return information about the index collection.
Name | 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. |
Classes | Description |
---|---|
Indexes | Esri Indices object. |
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.