i want to count all the point which lie on the polyline !!!

466
2
10-15-2010 02:06 AM
ronaldozachmash
New Contributor
i want to count all the point which lie on the polyline !!!
0 Kudos
2 Replies
SteveFang
New Contributor III
Try looking up IPointCollection.  Set that to the geometry of the polyline.  I think one of the property is pointcount to get the count.
0 Kudos
by Anonymous User
Not applicable
Original User: smilesars

cast the line to pointCollection ,then get it`s property named "Count".
0 Kudos