No Plot Layer in Layer Generator

Discussion in 'AutoCAD' started by ecatton, Feb 3, 2004.

  1. ecatton

    ecatton Guest

    I am creating a layer generator for my company. I want to be able to tell it to make a certain layer no plot. I am able to tell it the color, and linetype, but can't figure out how to tell it the no plot command. this is what the routine looks like:

    (if
    (= two "VP")(setq ltpe "continuous" clr "200")
    )

    could someone please tell me what I need to type in there to make it no plot? Thank you!!!
     
    ecatton, Feb 3, 2004
    #1
  2. ecatton

    dean_bourke Guest

    (command ".layer" "plot" "p/n" LAYERNAME "")
     
    dean_bourke, Feb 3, 2004
    #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.