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


IPlugInCursorHelper.NextRecord Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInCursorHelper Interface > IPlugInCursorHelper.NextRecord Method
ArcGIS Developer Help

IPlugInCursorHelper.NextRecord Method

Gets the next row in the record set.

[Visual Basic .NET]
Public Sub NextRecord ( _
)
[C#]
public void NextRecord (
);
[C++]
HRESULT NextRecord(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

NextRecord advances the cursor helper to represent the next record in the collection. Calling this method repeatedly should get all the records in the results without getting any record twice. This method fails when there are no more records left to get.

See Also

IPlugInCursorHelper Interface