| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEnumIDs
Provides access to members that enumerate through IDs.
The IEnumIDs interface is used to enumerate a set of objects IDs. It is used, for example, by the ISelectionSet interface to enumerate selected features or rows.
It will return -1 after the last valid ID has been reached.
| Method Summary | |
|---|---|
|  int | next()Retrieves the next id in the enumeration sequence. | 
|  void | reset()Resets the enumeration sequence to the beginning. | 
| Method Detail | 
|---|
int next()
         throws IOException,
                AutomationException
IEnumIDs::Next returns -1 when there are no more IDs in the enumeration.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void reset()
           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 | ||||||||