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.