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


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

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