com.esri.arcgis.geodatabase
Interface IEnumDomain

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumDomainProxy

public interface IEnumDomain
extends Serializable

Provides access to members that enumerate through domains.

Product Availability

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


Method Summary
 IDomain next()
          Retrieves the next domain in the enumeration sequence.
 void reset()
          Reset enumeration sequence to the beginning.
 

Method Detail

next

IDomain next()
             throws IOException,
                    AutomationException
Retrieves the next domain in the enumeration sequence.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

reset

void reset()
           throws IOException,
                  AutomationException
Reset enumeration sequence to the beginning.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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