Tagged Questions
0
votes
0answers
12 views
Arc 10.0 Running Python function CADToGeodatabase() crashes ArcMap/Catalog contd [duplicate]
Possible Duplicate:
ArcGIS 10.0 Running Python function CADToGeodatabase() crashes ArcMap/ArcCatalog
Sorry, no room to put all this in the coments window - tried putting this in Answer but ...
0
votes
1answer
78 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 ...
