arcpy.env.overwriteOutput = True #sr = gp.CreateSpatialReference("C:\\Program Files\\ArcGIS\\Desktop10.0\\Coordinate Systems\\Geographic Coordinate Systems\\North America\\NAD 1983.prj") sr = "#" result = arcpy.CreateFeatureclass_management(r"E:\scratch\scratch.gdb", "Test", "Point", "#", "#", "#", sr) ptfile = result.getOutput(0) arcpy.AddMessage("output feature class is: " + ptfile) arcpy.SetParameterAsText(8, ptfile) arcpy.AddMessage("Checking: set output parameter 8")
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.