This document is archived and information here might be outdated.  Recommended version.


IRelClassEnumRowPairs.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelClassEnumRowPairs Interface > IRelClassEnumRowPairs.Next Method
ArcGIS Developer Help

IRelClassEnumRowPairs.Next Method

Retrieves the next pair of rows in the enumeration sequence.

[Visual Basic .NET]
Public Sub Next ( _
    ByRef SourceRow As IRow, _
    ByRef targetRow As IRow _
)
[C#]
public void Next (
    ref IRow SourceRow,
    ref IRow targetRow
);
[C++]
HRESULT Next(
  IRow** SourceRow,
  IRow** targetRow
);
[C++]
Parameters
SourceRow [out]

SourceRow is a parameter of type IRow** targetRow [out]
targetRow is a parameter of type IRow**

Product Availability

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

See Also

IRelClassEnumRowPairs Interface