com.esri.arcgis.addinframework
Interface IEnumAddInID

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumAddInIDProxy

public interface IEnumAddInID
extends Serializable

IEnumAddInID Interface


Method Summary
 void next(GUID[] objID)
          Returns the unique identifier associated with the object.
 void reset()
          Resets the enumerator.
 

Method Detail

next

void next(GUID[] objID)
          throws IOException,
                 AutomationException
Returns the unique identifier associated with the object.

Parameters:
objID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumerator.

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