Select to view content in your preferred language

Get parcel numbers from a line feature class drawn across many parcels

512
2
10-11-2024 05:36 PM
ChrisSlattery
Emerging Contributor

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.

0 Kudos
2 Replies
DanPatterson
MVP Esteemed Contributor

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


... sort of retired...
ChrisSlattery
Emerging Contributor

Thanks. I think Spatial Join was the one I was trying to think of.

0 Kudos