com.esri.arcgis.geodatabase
Interface IPlugInIndexInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
IPlugInIndexInfoProxy

public interface IPlugInIndexInfo
extends Serializable

Provides access to members describing indexes for the dataset.

Product Availability

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


Method Summary
 IIndexes getIndexes(int classIndex)
          The indexes for the dataset.
 

Method Detail

getIndexes

IIndexes getIndexes(int classIndex)
                    throws IOException,
                           AutomationException
The indexes for the dataset.

Product Availability

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

Parameters:
classIndex - The classIndex (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IIndexes
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.