So obviously there is a split tool to split a single selected line. In my instance I would like to split 2+ lines of the same feature using a tool that is similar to the split tool. enter image description here
In this image I have two road lines that are identical features. I want to split these lines using another line (the red line). I have tried a variety of different tools and the closest one to making it work is the
1 Answer 1
There is one way to achieve this but it requires you to have at least a Standard desktop license.
- Go into edit mode.
- Create a new cutting line crossing the two lines, so you are creating a new feature in the same dataset.
- Select all 3 lines.
- Go to Editor> More Editing Tools> Advanced Editing toolbar.
- Click on the Planarize lines button.
- Select and delete out the 3 line segments from your cutting line.
You can use this approach to cut multiple parallel lines or even non-parallel lines if your cutting line is not straight.
-
Thank you for your response. This does work. The only issue is that time is of the essence and I have the regular split tool on a hotkey so that takes less time then this option. Once again thank you but it would have to be just as fast as the split tool.Sjolster31– Sjolster312016年05月10日 18:40:34 +00:00Commented May 10, 2016 at 18:40
-
When I say "I'd like to split these lines with another line", I don't mean a actual feature polyline. Just a tool that uses a line to split them. FYISjolster31– Sjolster312016年05月10日 18:42:06 +00:00Commented May 10, 2016 at 18:42
-
I don't think a tool exists that splits multiple selected polylines with a single line, hence the approach I suggested. If you know python or Arcobjects it would be easy enough to develop such a tool.Hornbydd– Hornbydd2016年05月10日 19:26:58 +00:00Commented May 10, 2016 at 19:26
-
Thanks for all the help. Yeah I believe a co-worker may develop such a tool. Just an obvious missing tool that ESRI doesn't have....Sjolster31– Sjolster312016年05月11日 13:53:29 +00:00Commented May 11, 2016 at 13:53
Explore related questions
See similar questions with these tags.