Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

(defun _SetDimStyleCurrent (dim / acdoc) (vl-load-com) (setq acdoc (vla-get-ActiveDocument (vlax-get-acad-object))) (if (tblsearch "1-10" dim) (vla-put-activeDimstyle acdoc

(vla-item (vla-get-Dimstyles acdoc) dim) ) ) (princ) )

You might also like