PDA

View Full Version : Setvar to save layer states for views?



tedg
2008-02-26, 06:59 PM
Hey everyone,
Does anyone know if there's a variable (setvar) to set the default for saving the layer states (or not) when creating a saved view? I know there's a button to click in the dialog box but I want to put in a lisp routine, maybe even an acaddoc.lsp.

I couldn't find any info in the 'help on this.

Thanks

rkmcswain
2008-02-26, 07:10 PM
Not that I know of.

As a side note, you can delete them after the fact with the ._-view command.

tedg
2008-02-26, 09:05 PM
Not that I know of.

As a side note, you can delete them after the fact with the ._-view command.
Thanks RK,
On an even more side note, I found that if you create views on the command line (or in lisp) it doesn't seem to store the layer states. It kind of fixes my problem.
:beer:

rkmcswain
2008-02-26, 10:29 PM
I found that if you create views on the command line (or in lisp) it doesn't seem to store the layer states.

Even better to know.... Thanks.