How to avoid a multipart-line of being produced by an intersect

1390
1
03-11-2016 12:21 PM
TércyoStorck1
New Contributor III

I have two Polyline Features, with a cross-road point.

When i run an Intersect, it creates a segment wich is multi-part, as you see in the pictures attached.

Is there a way to avoid this from happening?

Thank You.

0 Kudos
1 Reply
DanPatterson_Retired
MVP Emeritus

Since this is in Python, I assume you are doing this by code Polyline—Help | ArcGIS for Desktop  using intersect in that class.  You could follow this by a union.  If the features are coming from two different feature classes, then the dissolve should work on that feature