| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRelClassEnumRowPairs
Provides access to members that enumerate object row pairs.
| 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 | 
|---|
void next(IRow[] sourceRow,
          IRow[] targetRow)
          throws IOException,
                 AutomationException
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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void reset()
           throws IOException,
                  AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||