Message 1 of 3
Use acCoreConsole.exe to batch update drawing attributes

Not applicable
04-23-2013
01:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to use acCoreConsole.exe of AutoCAD 2013 and create a C# app to process drawing files in the background (with the AutoCAD interface not visible) and read and write attributes of the drawings.
I did a similar program using Inventor Apprentice, but I can’t see what technique to use with acCoreConsole.exe. Most of the examples I see use acCoreConsole.exe to process a script, which is not the approach that I was trying to take, but I guess I could if I had to. I was trying to create a drawing object in C# and read and write attribute values of that drawing object.
Is that possible?