Reload (Update) all modified XREF's in all open Tabs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Main goal I am hoping to achieve:
A command that will RELOAD (or rather: UPDATE) the modified XREF's in ALL open drawing tabs.
To Clarify the situation:
I have 10+ drawings open. All open drawing tabs are referencing the same XREF's. Another team member is working on those XREF's and saves one or more of them which I now need to update in all of my open drawing tabs before I publish the entire set.
Currently I can do 1 of 2 things.
1) Go into each tab one by one, and reload the XREF's.
2) Close all drawings and Re-Open them which will load the latest saved references.
I would prefer to type in a command that will just reload all the XREF's in all drawing tabs, similar to the "SAVEALL" command which saves all open drawing tabs without having to switch between each tab. I would NOT like it to RELOAD any XREF's that have been UNLOADED in the drawings, rather an update of the currently loaded XREf's in each tab.
From what I have read, a LISP routine would not work because LISP routines are active drawing tab (focused) specific. Perhaps a .NET program or something else would achieve this goal?
I know that something should be possible since the SAVEALL command is NOT an active drawing tab specific command, but I have no clue how to go about achieving this goal (LISP's are about the extent of my knowledge in these types of situations, and even that is very limited for me).
Any help is greatly appreciated.
DISCLAIMER: I have read through countless forums and discussions looking for a solution before posting this, so I know it may not be possible, but hoped some of the clarifications explained here could help get us to the ultimate goal. This would save a lot of people a lot of time and IMO should be a native AutoCAD command (Hopefully one day... fingers crossed)
Thank you.