Number of vertex of a polyline

How can I obtain the number of vertex of a polyline (or a lwpolyline) using VBA ?I'm trying to change the width of polylines.ThanksLM

Comments

  • Laurent,you can use the Coordinates property that returns a Points collection, and then on the Points collection use the Count property.Regards,Hans De Backer

This discussion has been closed.