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


IPlugInCursorHelper Interface (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
ArcGIS Developer Help

IPlugInCursorHelper Interface

Provides access to members that help the Plug-In cursor.

Product Availability

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

Description

This interface must be implemented by the plug-in cursor helper class of a plug-in data source. When the cursor is created QueryValues and QueryShape get the data for the first record in the results.  NextRecord advances the current record, so that QueryValues and QueryShape then get data for the next record.

Members

Name Description
Method IsFinished Returns True if there are no more records in the record set.
Method NextRecord Gets the next row in the record set.
Method QueryShape Gets the geometry of the current record.
Method QueryValues Gets the values for the non-geometry fields in the current record.

Classes that implement IPlugInCursorHelper

Classes Description
FMECursorHelper (esriDataInterop) FMECursorHelper Class