jrice174
Civil/Environmental
- Nov 8, 2004
- 129
I'm trying to find the length from one point on a polyline to another point on that polyline. The polyline is only made up of lines and arcs. The polyline.coordinates does not give me any arc information. The Autocad LIST command will give me the arc information but I can't figure out how the get it in VBA. I don't want to have to explode the polyline because then I would need to figure out the order of the separate entities. Any ideas?