com.esri.arcgis.geodatabase
Interface IEnumTable

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumTableProxy

public interface IEnumTable
extends Serializable

Provides access to members that enumerate through the classes.

Product Availability

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


Method Summary
 ITable next()
          Retrieves the next attributed relationship.
 void reset()
          Resets enumeration sequence to the beginning.
 

Method Detail

next

ITable next()
            throws IOException,
                   AutomationException
Retrieves the next attributed relationship.

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.ITable
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets 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.