Select to view content in your preferred language

Partial length or ratio of a poly line?

663
1
07-03-2013 08:08 AM
GregRieck
Frequent Contributor
Hello,

If I have lines on my map and I use the graphic tools to draw a region that partially selects some of the line(s) in an area how do I determine the length of the line contained within the drawn region?

Greg
0 Kudos
1 Reply
NeilClemmons
Honored Contributor
Use ITopologicalOperator.Intersect to the get the 1-D result then get the value of its Length property.
0 Kudos