• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD 2010/2011/2012 DWG Format

    Reply
    Active Contributor
    Posts: 29
    Registered: ‎06-09-2008

    External Reference Layer Will Not Save

    348 Views, 2 Replies
    10-02-2012 12:53 PM

    I have a drawing that does not save the xref layer setting. I can change colors and thaw different layers but after saving and closing the drawing it reverts back to the original when opened again. I am sure this is a setting but can not find which setting.

     

    Thanks

    Please use plain text.
    Valued Mentor
    Posts: 497
    Registered: ‎10-04-2007

    Re: External Reference Layer Will Not Save

    10-02-2012 01:13 PM in reply to: ozdesigner62

    Check out the VISRETAIN setting.

    Please use plain text.
    Mentor
    Posts: 230
    Registered: ‎02-04-2009

    Re: External Reference Layer Will Not Save

    10-02-2012 01:17 PM in reply to: ozdesigner62

     

    The VISRETAIN system variable controls the properties of xref-dependent layers.

    Type:Integer
    Saved in:Drawing
    Initial value:1

    Controls visibility, color, linetype, lineweight, and plot styles.

    0

    The layer table, as stored in the reference drawing (xref), takes precedence. Changes made to xref-dependent layers in the current drawing are valid in the current session only and are not saved with the drawing. When the current drawing is reopened, the layer table is reloaded from the reference drawing, and the current drawing reflects all of those layer property settings.

    1

    Xref-dependent layer changes made in the current drawing take precedence. Layer settings are saved with the current drawing's layer table and persist from session to session.

    Please use plain text.