This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInCursorHelper Interface > IPlugInCursorHelper.IsFinished Method (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* finished
);
[C++]
Parameters finished [out, retval] finished is a parameter of type VARIANT_BOOL
Returns true if there are no more records to get from the cursor. IsFinished is called any time that NextRecord fails.