|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArcInfoItems
Provides access to members that retrieve ArcInfo Items Collection information.
Method Summary | |
---|---|
void |
findItem(String name,
int[] index)
Finds the index of the specified Item in the Items Collection. |
IArcInfoItem |
getItem(int index)
Item at the specified index in the Items Collection. |
int |
getItemCount()
Number of Items in the Items Collection. |
Method Detail |
---|
int getItemCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArcInfoItem getItem(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void findItem(String name, int[] index) throws IOException, AutomationException
name
- The name (in)index
- The index (out: use single element array)
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 |