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


IIndex Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IIndex Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IIndex Interface

Provides access to members that return information about the index.

Product Availability

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

Members

Name Description
Read-only property Fields The fields collection for this index.
Read-only property IsAscending Indicates if the index is based on ascending order.
Read-only property IsUnique Indicates if the index is unique.
Read-only property Name The name of the index.

CoClasses that implement IIndex

CoClasses and Classes Description
Index Esri Index object.
XMLIndex XML Index Object.

Remarks

The IIndex interface is used for read-only access to the properties of an index.

See Also

IField Interface | IIndex Interface | IIndexes Interface

.NET Related Topics

Creating indexes | Working with indexes