Select to view content in your preferred language

Create a list of the different features selected

182
3
a month ago
BenReiter
New Contributor

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!

0 Kudos
3 Replies
JonM32
by
Frequent Contributor

@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.

Jon
0 Kudos
BenReiter
New Contributor

@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.

0 Kudos
JonM32
by
Frequent Contributor

@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.

Jon