Auto change the linetype scale setting of a layer

Discussion in 'AutoCAD' started by cadbaby, Jul 29, 2003.

  1. cadbaby

    cadbaby Guest

    Without using the qselect/property menu, is there a way whereby searching the entire drawing automatically without manual select it(let say layername ="anchor") and automatically change the linetype scale =300 ? I need to include that little macro in a partial menu when user just push the button on it .

    Thanks
     
    cadbaby, Jul 29, 2003
    #1
  2. cadbaby

    R.K. McSwain Guest

    manual select it(let say layername ="anchor") and automatically change the linetype scale =300 ? I need to include that
    little macro in a partial menu when user just push the button on it . <p>Thanks


    (command "._change" (ssget "X" '((8 . "ANCHOR"))) "" "_P" "_S" "300" "")
     
    R.K. McSwain, Jul 29, 2003
    #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.