How do you create a new feature class from the select by location tool in python?This is my script that works but I just don't know what the next step is.
arcpy.SelectLayerByLocation_management("Buildings", "WITHIN_A_DISTANCE", "Hydrography", "50 feet", "NEW_SELECTION","NOT_INVERT")
أكثر...