Hello, I have not posted here is some time.
I have parcels in my map, if I draw a line across dozens of parcels, lets say the line represents a pipe line, is there a way to get the parcel numbers of the parcels the line is going across.
one obvious one would be
Select Layer By Location (Data Management)—ArcGIS Pro | Documentation
spatial join
intersect
a graphic select and open the table
lots of other ways, cepending on how you want to process the data
Thanks. I think Spatial Join was the one I was trying to think of.