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.