Turn off layers using custom command?
Turn off layers using custom command?
(OP)
Having recently moved from AutoCAD LT97 (I know) to DraftSight due to upgrading Windows to 7, I'm trying to replicate my working environment as much as I can. I'm able to write a command to create layers and set their colours, but I can't find how to turn layers off.
My custom command uses -LAYER to create the layers, but it doesn't, as far as I can see, have an option to turn them off once created. I was able to do it in AutoCAD.
David Lawrence
My custom command uses -LAYER to create the layers, but it doesn't, as far as I can see, have an option to turn them off once created. I was able to do it in AutoCAD.
David Lawrence





RE: Turn off layers using custom command?
_-LAYER (enter)
_OFF (enter)
* (enter)
_Y (enter)
(enter)
original post from:
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at
RE: Turn off layers using custom command?
>
> _-LAYER (enter)
> _OFF (enter)
> * (enter)
> _Y (enter)
> (enter)
>
> original post from:
> Alfred NESWADBA
> Ingenieur Studio HOLLAUS ... www.hollaus.at
>
Thank you. That is exactly what I'm looking for.
David Lawrence