Loading Linetypes w/ V Lisp

Discussion in 'AutoCAD' started by Jonathan, Mar 29, 2005.

  1. Jonathan

    Jonathan Guest

    To the experts:

    How does one load linetypes from a *.lin file, with visual lisp?

    Thanks

    Jonathan
     
    Jonathan, Mar 29, 2005
    #1
  2. Jonathan

    Paul Turvill Guest

    (if (not (tblsearch "style" "ThisLinetype"))
    (command "_.-linetype" "_load" "ThisLinetype" "mylin.lin" "")
    )

    ___
     
    Paul Turvill, Mar 29, 2005
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.