AutoCAD 2010/2011/2012 DWG Format
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Auto Update a list of Xrefs in a drawing.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
Re: Auto Update a list of Xrefs in a drawing.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
