(defun AllDocs-Purge ( / docs)
(vlax-for dwg (vla-get-Documents (vlax-get-acad-object))
(vla-PurgeAll dwg)
)
)
Saturday, 31 March 2012
VLDB Code Example: Purge All Opened Drawings
Posted on 08:10 by Unknown
This little chunk of code will run a Purge on all drawings currently opened in your editor.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment