Message 1 of 3
Any ways to open drawings but not showing to the users?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
My project has some old functions using the document as a parameter.
However, I have researched and found out that using GetDocument from database.ReadDWGFile will not return the document. Ref: https://forums.autodesk.com/t5/net/get-the-document-when-working-with-drawings-in-side-database/m-p/...
Therefore I have to open drawings to get the documents. However, it might get the users disturbed since the screen keeps flashing.
I would like to ask if there is a way to open the drawing without showing on the screen.
I am open to other solutions.
Thank you.