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

    AutoCAD 2010/2011/2012 DWG Format

    Reply
    Active Contributor
    looking4phil
    Posts: 37
    Registered: ‎02-22-2007

    Auto Update a list of Xrefs in a drawing.

    183 Views, 1 Replies
    05-03-2012 02:36 AM

    I have been trying to get a list of xrefs contained within a drawing to auto update by using Rtext.

     

    I have got as far as using the following diesel expression.

     

    Xref's in this file are indicated as - Xref name [Filepath]

    $(Xrefs,3,)

    $(Images,3,Images in this file: )

     

    This gives me more or less what I want but I dont want to show the file path. Anyone know what changes to the expression I need to do to achieve this.

     

    Thanks.

    Please use plain text.
    Active Contributor
    looking4phil
    Posts: 37
    Registered: ‎02-22-2007

    Re: Auto Update a list of Xrefs in a drawing.

    05-03-2012 02:59 AM in reply to: looking4phil

    OK folks worked this one out myself eventually but to help anyone else looking an answer I simply change the 3 to an 8 and the file path is not included.

     

    Xref's in this file are indicated as - Xref name [Filepath]

    $(Xrefs,8,)

    Images in this file are -

    $(Images,8)

     

    Later.

    Please use plain text.