0

I am trying to extract all vertices from 74 polygons in ArcGIS Desktop 10.4, but I don't have any of the advance tools or ArcGIS Pro. I don't have features to points tool as I have checked. What other way can I get the vertices without having to use a different platform. The purple shapefile is the polygon file I am trying to export vertices.

enter image description here

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
britainie
  • 21
  • 2
  • 1
    The ArcPy documentation shows how to extract vertices by iterating an arcpy.Geometry object inside a arcpy.da.SearchCursor loop. – Vince Mar 08 '23 at 19:52
  • I am not familiar with python. is there a way you could possibly type out for me? – britainie Mar 08 '23 at 21:06
  • 1
    If you don't have the advance level licenses then you have to use python, it's all in the help file here. Don't be shy give it a go! – Hornbydd Mar 08 '23 at 23:50
  • 1
    this post from over 10 years ago explains how to do this in arcMap. A similar approach would work in ArcGIS Pro. – Fezter Mar 09 '23 at 04:56

0 Answers0