Hello everyone
I want to count features in a featureclass, and I found in the document that function GetCount can return the total number of rows for a table
After runing this tool, it turned out that this function return maximum number of ObjectID, not feature count. If in the featureclass, there is a leap between ObjectID (i.e ObjectId is not continuous as in my case), the result wil not exact.
Does anyone have any ideas to solve this problem? or does ESRI have another function to do this?
Thank you