• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Visual Basic Customization

    Reply
    *Killion, Michael

    Layout Regen Options

    217 Views, 3 Replies
    12-05-2003 05:10 AM
    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
    Please use plain text.
    *Belshan, James

    Re: Layout Regen Options

    12-05-2003 06:01 AM in reply to: *Killion, Michael
    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
    Please use plain text.
    *Killion, Michael

    Re:

    12-05-2003 06:20 AM in reply to: *Killion, Michael
    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
    >
    >
    Please use plain text.
    *Belshan, James

    Re:

    12-05-2003 06:56 AM in reply to: *Killion, Michael
    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.
    Please use plain text.