HOW TO

Count the vertices for line or polygon features in ArcMap 10

Last Published: January 31, 2024

Summary

Instructions provided describe how to populate a new field with the number of vertices for each feature in a polygon or line feature class.

Note:
The procedure below is for ArcGIS 10 and later versions. Please see the article in the Related Information section below for instructions for ArcGIS versions 9.3.1 and earlier. 

Procedure

  1. Right-click the layer to be evaluated in the Table of Contents and click Open Attribute Table.
  2. From the Table Options drop-down, click Add Field to add a new field to the table.
  3. Name the field VxCount and select Long Integer for the field type. Click OK.
  4. Right-click the heading of the new field and click Field Calculator.
Note:
The geoprocessing tool, Calculate Field, can also be used to populate the field.
  1. Under Parser, select Python.
  2. In the main expression box, set:
VxCount = !shape!.pointcount
[O-Image] Field Calculator
  1. Click OK.

Article ID:000011230

Software:
  • ArcMap

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic