Partial length or ratio of a poly line?

537
1
07-03-2013 08:08 AM
GregRieck
Occasional Contributor III
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
Regular Contributor III
Use ITopologicalOperator.Intersect to the get the 1-D result then get the value of its Length property.
0 Kudos