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


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

IPlugInRowCount 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 should be implemented by the plug-in dataset helper class of a plug-in data source if the RowCountIsCalculated property of the plug-in workspace helper returns false. Otherwise, it should not be implemented.

Members

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

Classes that implement IPlugInRowCount

Classes Description

See Also

IPlugInWorkspaceHelper.RowCountIsCalculated Property