I am working with multiple feature classes (lines, points, and polygons) that each have a common field within them, FacilityID. What I am trying to do is select multiple features from each dataset and create a simple list of the FacilityID's selected. Is there a way to make that? Any help is greatly appreciated!!
Thank you!
@BenReiter Once you have them selected from each feature class, you could export each to a table (.csv or excel file) and then make a combined table that way.
@JonM32 , Thank you for the response! I know I could go through them one by one but with the number of feature classes that I am using, that process would be pretty time consuming... I may have to look into building an Add-In to make it work properly.
@BenReiter No problem.
I haven't tested it but this looks like it'll work for what you're doing...
Try the Export Table tool, run it in batch mode (right click and chose batch from geoprocessing pane) and then add the layers with the selections to it. I think itll export everything you need as one table in bulk.