Is there a way to determine the number of vertices in a feature?
If so, can the number be displayed in the attribute table?
Solved! Go to Solution.
Hi Sue,
You can execute the Add Geometry Attributes tool with the option POINT_COUNT checked.
Hi Sue,
You can execute the Add Geometry Attributes tool with the option POINT_COUNT checked.
Thank you Jake – this is very helpful!
You can also create a field to hold the count, and then use !Shape!.pointCount with the Python parser with the Field Calculator.
Thank you Joshua – this is very helpful!