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


IPlugInCursorHelper.IsFinished 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.IsFinished Method
ArcGIS Developer Help

IPlugInCursorHelper.IsFinished Method

Returns True if there are no more records in the record set.

[Visual Basic .NET]
Public Function IsFinished ( _
) As Boolean
[C#]
public bool IsFinished (
);
[C++]
HRESULT IsFinished(
void
);

Product Availability

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

Description

Returns true if there are no more records to get from the cursor. IsFinished is called any time that NextRecord fails.

See Also

IPlugInCursorHelper Interface