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")
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.