Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I was able to get drawing size by opening the DWG file like this:
Document doc = CadApp.DocumentManager.Open(dwgfile, false);
But this code triggers opening the dwg in AutoCAD, which I want to avoid. Is there a way to get this 'doc' handle without explicitly open the dwgfile in AutoCAD as shown above?
Thanks!
KD
Solved! Go to Solution.