Provides access to members that query record values quickly.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This is a special interface that may be implemented by the plug-in cursor helper class of a plug-in data source. IPlugInFastQueryValues cannot be implemented in Visual Basic. Its FastQueryValues method is more efficient than the QueryValues method on IPlugInCursorHelper.
This interface is only appropriate for plug-in data sources implemented in C++.
Members
Description | ||
---|---|---|
FastQueryValues | Gets the values for the non-geometry fields in the current record. |