Author Topic: How to get the numbers of a polyline's vertexes?  (Read 1993 times)

0 Members and 1 Guest are viewing this topic.

ruruhehe

  • Guest
How to get the numbers of a polyline's vertexes?
« on: March 19, 2010, 09:47:40 AM »

 :wink:
Masters, Please tell me,
What's the method to get the numbers of a polyline's vertexes or segments?


Glenn R

  • Guest
Re: How to get the numbers of a polyline's vertexes?
« Reply #1 on: March 19, 2010, 09:51:02 AM »
What do you mean by 'numbers'? Are you refering to the count of the vertices in the polyline or do you mean something else?

ruruhehe

  • Guest
Re: How to get the numbers of a polyline's vertexes?
« Reply #2 on: March 19, 2010, 09:55:29 AM »
What do you mean by 'numbers'? Are you refering to the count of the vertices in the polyline or do you mean something else?

Yes, the Count of vertices in the pline.
I use C#.

Glenn R

  • Guest
Re: How to get the numbers of a polyline's vertexes?
« Reply #3 on: March 19, 2010, 10:05:47 AM »
The Polyline class has a NumberOfVertices property.

ruruhehe

  • Guest
Re: How to get the numbers of a polyline's vertexes?
« Reply #4 on: March 19, 2010, 10:13:15 AM »
 :-D

thank u.