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...
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.