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


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

IEngineEnumRow.Next Method

Retrieves the next row in the sequence.

[Visual Basic .NET]
Public Function Next ( _
) As IRow
[C#]
public IRow Next (
);
[C++]
HRESULT Next(
void
);

Product Availability

Available with ArcGIS Engine.

Description

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.

See Also

IEngineEnumRow Interface

.NET Samples

Tabbed feature inspector