ArcObjects Library Reference (GeoDatabase)  

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

.NET Related Topics

Creating indexes | Working with indexes