• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Active Member
    Posts: 7
    Registered: ‎09-11-2008

    AcCoreConsole + Read-Only Drawing

    123 Views, 1 Replies
    11-27-2012 03:36 PM

    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?

    Please use plain text.
    ADN Support Specialist
    Balaji_Ram
    Posts: 384
    Registered: ‎03-21-2011

    Re: AcCoreConsole + Read-Only Drawing

    12-03-2012 08:08 AM in reply to: mbair

    Hello,

     

    Sorry, This is a known behavior and has been already been logged in our system.

     

    As a workaround, you can create a batch file that first checks the drawing file attributes and makes it write enabled and then invokes the accoreconsole.

     

    Hope this helps.

     

     



    Balaji
    Developer Technical Services
    Autodesk Developer Network

    Please use plain text.