Message 1 of 2
AcCoreConsole + Read-Only Drawing
Not applicable
11-27-2012
03:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to use AcCoreConsole to open a drawing for processing. I do not know ahead of time if the drawing is in a read-only state. When opening a read-only drawing, AcCoreConsole will ask if I want to open the drawing read-only, but this breaks my code execution because AcCoreConsole doesn't execute the provided script until an answer has been provided. Is there a command switch that will allow me to bypass the read-only question, or specify that the drawing should be opened read-only?