Message 1 of 5
AutoCAD document (dwg) programmatically locked (for changes)
Not applicable
12-20-2012
04:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Our application (AutoCAD addon) requires a valid user login to access a list of documents fetched according to user-spefic read/write rights (both user info and relative access rights are fetched from the database).
Basically we need to lock up drawings (if needed), in order to disallow unauthorized users to commit changes those particular documents.
So my question is: how do we make the drawing document structure read-only for current section (without modifying file attributes inside the file system or locking the file with a dummy file stream).