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


IClass.Indexes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IClass Interface > IClass.Indexes Property
ArcGIS Developer Help

IClass.Indexes Property

The indexes collection for this object class.

[Visual Basic .NET]
Public ReadOnly Property Indexes As IIndexes
[C#]
public IIndexes Indexes {get;}
[C++]
HRESULT get_Indexes(
  IIndexes** Indexes
);
[C++]
Parameters
Indexes [out, retval]

Indexes is a parameter of type IIndexes**

Product Availability

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

See Also

IClass Interface