ArcObjects Library Reference (GeoDatabase)  

IPlugInFastRowCount.RowCount Property

The number of rows in the dataset.

[Visual Basic .NET]
Public ReadOnly Property RowCount As Integer
[C#]
public int RowCount {get;}
[C++]
HRESULT get_RowCount(
  long* numRows
);
[C++]

Parameters

numRows [out, retval]   numRows is a parameter of type long

Product Availability

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

Description

Returns the number of rows in the dataset. Should be implemented to be quick (i.e. faster than just getting a cursor of everything and counting).

See Also

IPlugInFastRowCount Interface