com.esri.arcgis.search
Interface IEnumItemInfoTypes

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumItemInfoTypes, IEnumItemInfoTypesProxy

public interface IEnumItemInfoTypes
extends Serializable

Provides access to members that enumerate through ItemInfoType.


Method Summary
 IItemInfoType next()
          The next ItemInfoType.
 void reset()
          Starts the enumeration at the beginning.
 

Method Detail

next

IItemInfoType next()
                   throws IOException,
                          AutomationException
The next ItemInfoType.

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

reset

void reset()
           throws IOException,
                  AutomationException
Starts the enumeration at the beginning.

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