Custom Properties copied from one drawing to another?????
Is there a way to copy / transfer custom properties from one drawing to another????
0
Comments
-
I'll bet a (insert favorite beverage here) that our local LISP experts already have a routine to do this.
Being somewhat LISP-deficient myself, I do it the roundabout way of exporting the Settings to a text file from Source.dwg and from Destionation.dwg and then running a diff on the two files. Note the meaningful differences and change Destination.dwg's settings to match.
For items in the Drawing Explorer (Layers, etc.), many of those can use Copy / Paste to move line items between drawings.
And I believe that to get all settings into a new drawing, you can save a cleaned copy of the old drawing as a .dwt and use that as a template.
0