|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlugInIndexManager
Provides access to members for managing indexes for the dataset.
Method Summary | |
---|---|
void |
addIndex(int classIndex,
IIndex index)
Adds an index to the dataset. |
void |
deleteIndex(int classIndex,
IIndex index)
Deletes an index from the dataset. |
Method Detail |
---|
void addIndex(int classIndex, IIndex index) throws IOException, AutomationException
classIndex
- The classIndex (in)index
- A reference to a com.esri.arcgis.geodatabase.IIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteIndex(int classIndex, IIndex index) throws IOException, AutomationException
classIndex
- The classIndex (in)index
- A reference to a com.esri.arcgis.geodatabase.IIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |