Hi Dan:
Yes, I am saying that is not the case.
For example, one of the polygon intersects the polyline between XY #100 To XY #110 - the rows (shapes/polylines) returned for that polygon might be this:
Row #1: XY #100 to XY #102
Row #2: XY #102 to XY #104
Row #3: XY #104 to XY #107
Row #4: XY #107 to XY #110
OR
Row #1: XY #100 to XY #102
Row #2: XY #102 to XY #104
Row #3: XY #104 to XY #106
Row #4: XY #108 to XY #1010
In the first example, I would expect one row to be returned:
Row #1: XY #100 to XY #110
In the second example, I would expect two rows to be returned:
Row #1: XY #100 to XY #106
Row #2: XY #108 to XY #110
Also, I thought perhaps cluster_tolerance may have something to do with this (I did not add a value for this)?
However, if I add a value to that parameter of the tool it throws an error (HRESULT -2147467259 - Unspecified Error).
I might be adding the value incorrectly - I tried this:
tool.cluster_tolerance = 1.5
Is this right or how do I add a this correctly?
Doug.