|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGpEnumList
Provides access to the methods on a list enumeration object.
For an example of using IGPEnumList and its methods click the "How to list tools and environments" and the "How to list data" links in the Related Topics section below.
Method Summary | |
---|---|
String |
next()
Returns the next string in the list. |
void |
reset()
Resets the enumeration so the next returned string is the first. |
Method Detail |
---|
void reset() throws IOException, AutomationException
For an example of using IGPEnumList and the Reset method click the "How to list tools and environments" and the "How to list data" links in the Related Topics section of IGPEnumList.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String next() throws IOException, AutomationException
For an example of using IGPEnumList and the Next method click the "How to list tools and environments" and the "How to list data" links in the Related Topics section of IGPEnumList.
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 |