This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEnumRow Interface > IEngineEnumRow.Next Method (ArcObjects .NET 10.5 SDK) |
Retrieves the next row in the sequence.
[Visual Basic .NET] Public Function Next ( _ ) As IRow
[C#] public IRow Next ( );
[C++]
HRESULT Next(
IRow** nextRow
);
[C++]
Parameters nextRow [out, retval]
nextRow is a parameter of type IRow
This method retreives the next IRow object in the enumeration. If the enumeration has been reset, the Next method will return the first row in the enumeration. If the enumeration is at the end of its collection, the Next method will return a NULL object.