Guest kruuger Posted August 24, 2011 Posted August 24, 2011 e.g. (vlax-for block (vla-get-blocks (vla-get-activedocument (vlax-get-acad-object))) (if (and (eq :vlax-false (vla-get-isxref block)) (eq :vlax-false (vla-get-islayout block)) ) (vla-put-units block acInsertUnitsInches) ) ) nice k. 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.