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
0    
            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
0 
This discussion has been closed.