Insener07 Posted January 5, 2009 Posted January 5, 2009 Hody, I'm looking for a routine which will close all the read only files which i have opened. Thank you, M Quote
wizman Posted January 5, 2009 Posted January 5, 2009 (vl-load-com) (vlax-for dwg (vla-get-documents (vlax-get-acad-object)) (if (vl-catch-all-error-p (vl-catch-all-apply '(lambda () (if (= :vlax-true (vla-get-readonly dwg ) ;_ end_vla-get-readonly ) ;_ end_= (vla-close dwg :vlax-false) ) ;_ end_if ) ;_ end_lambda ) ;_ end_vl-catch-all-apply ) ;_ end_vl-catch-all-error-p (vl-cmdf "._close" "y") ) ;_ end_if (princ) ) ;_ end_vlax-for Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.