I am working with ArcGIS Pro 2.8.
I have a multipart feature class with polygon geometry, and when I select a row with OBJECTID = 28, I observed that it is targeting so many features in the map.
Is there a way to split or make individual rows or features that will allow me to select one feature at a time?
So it's like now I have 100 features getting selected with one row, and I want 100 rows.
2 Answers 2
You can also use the Explode Multipart tool in the Editing Toolbar, but using a geoprocessing tool usually functions better.
Found out!
I just used the Multipart to SinglePart Geoprocessing tool in ArcGIS Pro, and the issue is resolved.
https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/multipart-to-singlepart.htm#