|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIndexes
Provides access to members that return information about the index collection.
The IIndexes interface provides access to individual indexes. It is obtained from a table or feature class by using IClass::Indexes. Indexes are stored with a zero based index.
Method Summary | |
---|---|
void |
findIndex(String name,
int[] pos)
Finds the position of the named index in the indexes collection. |
IEnumIndex |
findIndexesByFieldName(String fieldName)
The set of indexes for a given field name (if any). |
IIndex |
getIndex(int pos)
The index at the specified position in the indexes collection. |
int |
getIndexCount()
The number of indexes in the indexes collection. |
Method Detail |
---|
int getIndexCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIndex getIndex(int pos) throws IOException, AutomationException
pos
- The pos (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void findIndex(String name, int[] pos) throws IOException, AutomationException
name
- The name (in)pos
- The pos (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumIndex findIndexesByFieldName(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (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 |