Tagged Questions
0
votes
1answer
82 views
ArcGIS 10.0 Running Python 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 ...
