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


IPlugInFastQueryValues Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInFastQueryValues Interface
ArcGIS Developer Help

IPlugInFastQueryValues Interface

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

Name Description
Method FastQueryValues Gets the values for the non-geometry fields in the current record.

Classes that implement IPlugInFastQueryValues

Classes Description