A CAD software package developed by Bentley.
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 ...
1
vote
1answer
633 views
How to export Symbology from ArcGIS to Microstation or QGIS?
I am using ArcGIS 10.1 and trying to figure out how to export my symbols of elements in ArcGIS to CAD or QGis readable format.
Problem is, that I can only export symbology to Style, or export map to ...
