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


IPlugInFastRowCount Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInFastRowCount Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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.

CoClasses that implement IPlugInFastRowCount

CoClasses and Classes Description
FMEDatasetHelper (esriDataInterop) FMEDatasetHelper Class

See Also

IPlugInRowCount Interface