Hello,
I'm trying to select polygons from a feature class using a polyline feature class.
See below for an example that shows the type of feature class/general concept I'm dealing with:

I don't want to have all three polygons selected, just the two with the blue dots. My end goal is to export the selected polygons so that I can merge them into a one large polygon.
It doesn't seem like there is a Select By Location method that can isolate the polygons I'm interested in (again, the two that contain dblue dots). I tried "Append" on the two feature classes (first had to convert polygons to lines) and then used "Trim Line". That worked to get rid of the dangle, but I couldn't get a line feature back that could be used for the purpose I wanted in Select By Location.
Also, I tried Integrate to change the line to get it inside just the two Polygons of interest (so I could then use it to select the two polygons instead of having all three polygons selected), but that was a bit too messy for the actual feature classes I have. In other words, the line feature didn't modify in predictable way that would be helpful to use it in Select By Location.
Thanks for your help,
- Josh