for lyr in arcpy.mapping.ListLayers(mxd,"",df): SelectLayerByAttribute_management(lyr,"CLEAR_SELECTION")
Pro solution:
aprx = arcpy.mp.ArcGISProject("CURRENT") map = aprx.listMaps('Your Map')[0] map.clearSelection()
Map—ArcGIS Pro | Documentation
But is there anyway to achieve the same in arcpy?
That is available through ArcObjects, not arcpy.http://forums.esri.com/Thread.asp?c=93&f=992&t=274217
there is a button that clears everything.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.