Freezing layers in current viewport

Discussion in 'AutoCAD' started by mikedsjr, Jun 4, 2004.

  1. mikedsjr

    mikedsjr Guest

    How do you freeze layers in current viewport with a wildcard in Lisp?

    I need to freeze specific layers in certain viewports and allow for created layers that are extension of existing layers.

    If I have 0-A, I need to allow to freeze 0-A-*. Is this possible?
     
    mikedsjr, Jun 4, 2004
    #1
  2. (command "_VPLAYER" "F" "0-A-*" "C" "")
    will freeze all layers 0-A-* in current viewport
     
    Alan Henderson @ A'cad Solutions, Jun 4, 2004
    #2
  3. mikedsjr

    mikedsjr Guest

    Thanks. I'm glad you told me that. That is what I was doing. It made me realize that my issue was actually something else instead of this.

    Thanks again.
     
    mikedsjr, Jun 7, 2004
    #3
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.