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

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