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


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

IPlugInFastRowCount Interface

Provides access to members for getting a fast count of rows in the dataset.

Product Availability

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

Description

This interface is now deprecated, implement IPlugInRowCount instead.

Members

Name Description
Read-only property RowCount The number of rows in the dataset.

Classes that implement IPlugInFastRowCount

Classes Description
FMEDatasetHelper (esriDataInterop) FMEDatasetHelper Class

See Also

IPlugInRowCount Interface