|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IIndexesEdit
Provides access to members that modify the indexes collection.
| Method Summary | |
|---|---|
void |
addIndex(IIndex index)
Add an index to the indexes collection. |
void |
deleteAllIndexes()
Delete all the indexes from the indexes collection. |
void |
deleteIndex(IIndex index)
Delete an index from the indexes collection. |
void |
setIndexByRef(int pos,
IIndex rhs2)
The index at the specified position. |
void |
setIndexCount(int rhs1)
The number of indexes in this indexes collection. |
| Methods inherited from interface com.esri.arcgis.geodatabase.IIndexes |
|---|
findIndex, findIndexesByFieldName, getIndex, getIndexCount |
| Method Detail |
|---|
void setIndexCount(int rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIndexByRef(int pos,
IIndex rhs2)
throws IOException,
AutomationException
pos - The pos (in)rhs2 - 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 addIndex(IIndex index)
throws IOException,
AutomationException
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(IIndex index)
throws IOException,
AutomationException
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 deleteAllIndexes()
throws IOException,
AutomationException
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 | ||||||||