Skip to main content

All Questions

Tagged with
1 vote
1 answer
408 views

Running ArcPy function CADToGeodatabase() crashes ArcMap/ArcCatalog?

My code: import arcpy, csv from arcpy import env dgnfile = str(arcpy.GetParameterAsText(0)) outFeatureClass = str(arcpy.GetParameterAsText(1)) #the fc in my fgdb template to be ...
Rob P's user avatar
  • 51