import arcpy,sys wkspace = sys.argv[1] # or arcpy.GetParameterAsText(0) wild = sys.argv[2] # or arcpy.GetParameterAsText(1) arcpy.env.workspace = wkspace lstFC = arcpy.ListFeatureClasses(wild) # process the list...
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.