ArcObjects Library Reference (GeoDatabase)  

IDETable.Indexes Property

The list of Indexes.

[Visual Basic .NET]
Public Property Indexes As IIndexes
[C#]
public IIndexes Indexes {get; set;}
[C++]
HRESULT get_Indexes(
  IIndexes** Indexes
);
[C++]
HRESULT putref_Indexes(
  IIndexes* Indexes
);
[C++]

Parameters

Indexes [out, retval]

  Indexes is a parameter of type IIndexes

Indexes [in]

  Indexes is a parameter of type IIndexes

Product Availability

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

See Also

IDETable Interface