import arcpy from arcpy import env env.workspace = r"J:\Gampaha\51027202\CM51027202.gdb\CM51027202" FClass_List = ["CNT_Anno", "CNT_Anno_CD", "CNT_PT", "PCL_CT1"] for FClass in FClass_List: arcpy.Delete_management(FClass)
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.