To the experts: How does one load linetypes from a *.lin file, with visual lisp? Thanks Jonathan
(if (not (tblsearch "style" "ThisLinetype")) (command "_.-linetype" "_load" "ThisLinetype" "mylin.lin" "") ) ___