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


IPlugInIndexInfo.Indexes Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IPlugInIndexInfo.Indexes Property

The indexes for the dataset.

[Visual Basic .NET]
Public Function get_Indexes ( _
    ByVal ClassIndex As Integer _
) As IIndexes
[C#]
public IIndexes get_Indexes (
    int ClassIndex
);
[C++]
HRESULT get_Indexes(
  long ClassIndex,
  IIndexes** Indexes
);
[C++]

Parameters ClassIndex [in] ClassIndex is a parameter of type long Indexes [out, retval]
Indexes is a parameter of type IIndexes

Product Availability

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

See Also

IPlugInIndexInfo Interface