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


Indexes Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Classes > I > Indexes Class
ArcGIS Developer Help

IndexesClass Class

Esri Indices object.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IClone (esriSystem) Provides access to members that control cloning of objects.
IIndexes Provides access to members that return information about the index collection.
IIndexesEdit Provides access to members that modify the indexes collection.
IPersist (esriSystem)
IPersistStream (esriSystem)
IXMLSerialize (esriSystem) Provides access to members that XML serialize and deserialize an object to/from XML.

Remarks

The Indexes object represents a collection of indexes on a table. Indexes are designed to improve access times to data. The Indexes collection object operates in a very similar way to the Fields collection object.

See Also

IIndexes Interface | IIndex Interface | IField Interface