How To Do
How can I retrieve the vertexes' coordinates of a polyline?
The polyline property has encapsulated the reference to a collection of Vertex objects called Vertexes. This collection contains all the data of the vertexes of Polylines or LWPolylines. The following code will show the vertexes' coordinates of every polyline:
C#
VB