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


IPlugInCursorHelper.IsFinished Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

Parameters finished [out, retval] finished is a parameter of type VARIANT_BOOL

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