Layout Regen Options

Layout Regen Options

Anonymous
Not applicable
550 Views
3 Replies
Message 1 of 4

Layout Regen Options

Anonymous
Not applicable
I am looking for a way to set the preference under the Layout Regen Option
of the System tab, but can't find any. I do not see them under
Preferences.System, and would like to know if anyone has an idea of how to
accomplish this. I am trying to include this in code to avoid instances
where I run out of memory and crash with a fatal error. thanks

michael killion
0 Likes
551 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
I haven't tried it, but it looks like the system variable LAYOUTREGENCTRL.
You can get help on this sysvar from ACAD, and set it with SetVariable
(which it sounds like you already would have known, but someone else might
not).

James
0 Likes
Message 3 of 4

Anonymous
Not applicable
Actually, I was not aware this was controlled with a system variable. Thank
you.
mike
"James Belshan" wrote in message
news:410C51520E6EA8AF2E897C0AF3BC14DA@in.WebX.maYIadrTaRb...
> I haven't tried it, but it looks like the system variable LAYOUTREGENCTRL.
> You can get help on this sysvar from ACAD, and set it with SetVariable
> (which it sounds like you already would have known, but someone else might
> not).
>
> James
>
>
0 Likes
Message 4 of 4

Anonymous
Not applicable
hehe... actually I just meant that, from the info in your question, I
guessed you would have either known or been able to figure out how to use
SetVariable. But someone with less know-how may search the archives, so I
like to add a little extra info.

> Actually, I was not aware this was controlled with a system variable.
0 Likes