com.esri.arcgis.system
Interface IEnumUID

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumUIDProxy

public interface IEnumUID
extends Serializable

Provides access to an enumerator over a set of component IDs.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IUID next()
          Obtains the next component ID in the collection.
 void reset()
          Resets the enumerator back to the beginning of the collection.
 

Method Detail

next

IUID next()
          throws IOException,
                 AutomationException
Obtains the next component ID in the collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumerator back to the beginning of the collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.