Message 1 of 2
Dimscale of unopened file?

Not applicable
06-12-2005
05:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible to get variable (or any other information) from an unopened file through VBA? I'm looking to automate the insertion of 20 or so files as xrefs. The scale of the insertions would be 1/dimscale of each of the drawings. Can I find out any information about the drawing without opening it?
The format "dimsc= ThisDrawing.GetVariable("DIMSCALE")" works for an opened, active, drawing. I have the path and file name of the 20 files. Can I do this?
If not, is it possible to turn off screen updating, so the user doesn't see 20 files open and close?
Thanks in advance,
Aaron
The format "dimsc= ThisDrawing.GetVariable("DIMSCALE")" works for an opened, active, drawing. I have the path and file name of the 20 files. Can I do this?
If not, is it possible to turn off screen updating, so the user doesn't see 20 files open and close?
Thanks in advance,
Aaron