ArcObjects Library Reference (GeoDatabase)  

Indexes CoClass

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 Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile.
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

IField Interface