com.esri.arcgis.geodatabase
Interface IRelClassEnumRowPairs

All Superinterfaces:
Serializable
All Known Implementing Classes:
IRelClassEnumRowPairsProxy

public interface IRelClassEnumRowPairs
extends Serializable

Provides access to members that enumerate object row pairs.

Product Availability

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


Method Summary
 void next(IRow[] sourceRow, IRow[] targetRow)
          Retrieves the next pair of rows in the enumeration sequence.
 void reset()
          Resets enumeration sequence to the beginning.
 

Method Detail

next

void next(IRow[] sourceRow,
          IRow[] targetRow)
          throws IOException,
                 AutomationException
Retrieves the next pair of rows in the enumeration sequence.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
sourceRow - A reference to a com.esri.arcgis.geodatabase.IRow (out: use single element array)
targetRow - A reference to a com.esri.arcgis.geodatabase.IRow (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 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.