How to get the row count of a table/feature class without scanning the dataset?

3336
0
11-16-2015 04:05 AM
by Anonymous User
Not applicable

The number of rows/features should be easily obtained for geodatabase managed datasets by using the API. The count is updated every time when adding or deleting rows. Is there any method available in the current SDK like Table::RowCount?

Calling a geoprocessing tool like GetCount is only a workaround.

Tags (1)
0 Kudos
0 Replies