2
votes
1answer
33 views

ArcMap 10.1 convert layer to CAD - clipping only desired area to send out to DWG

Is there a way to covert a layer to DWG such that only the desired area of the layer is exported out to a DWG? My issue is that the layer (parcels) contains all parcels for an entire county, so it is ...
0
votes
0answers
86 views

Add AutoCAD paper space to Arcmap using Python

This post is an addition to this post. I'm trying to add the autoCAD paper space to arcmap as it contains information I require. Right now I can add the annotation layer and pull data from records, ...
2
votes
0answers
271 views

Add CAD Drawing Dataset into ArcMap using Python

I am trying to add an CAD Drawing Dataset into ArcMap using Python. Question is how to add a Auto-CAD .dwg file to ArcMap using Python Normally comes in as CAD file within a Group layer with: ...