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


IRelClassEnumRowPairs.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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