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
Description | ||
---|---|---|
IsFinished | Returns True if there are no more records in the record set. | |
NextRecord | Gets the next row in the record set. | |
QueryShape | Gets the geometry of the current record. | |
QueryValues | Gets the values for the non-geometry fields in the current record. |
CoClasses that implement IPlugInCursorHelper
CoClasses and Classes | Description |
---|---|
FMECursorHelper (esriDataInterop) | FMECursorHelper Class |