ArcObjects Library Reference (Controls)  

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(
  IRow** nextRow
);
[C++]

Parameters

nextRow [out, retval]

  nextRow is a parameter of type IRow

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 (Code Files: TabbedInspector)