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


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

IEnumRowPairsImpl.Next Method

Retrieves the next pair of rows in the enumeration sequence.

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

leftRow is a parameter of type IRow** rightRow [out]
rightRow is a parameter of type IRow**

Product Availability

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

See Also

IEnumRowPairsImpl Interface