How can I get polyline properties with VBA?
How can I get polyline properties with VBA?
(OP)
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?





RE: How can I get polyline properties with VBA?
VBA doesn't expose this property - you'll need to do some math to calculate the lengths, and you'll need to use the point data to do it.
HTH
Todd
RE: How can I get polyline properties with VBA?
RE: How can I get polyline properties with VBA?
RE: How can I get polyline properties with VBA?
HTH
Todd