I have created a AutoCAD custom .net dll for the desktop version which had some operation.
- Adding multiple empty drawing documents.
- Opening the existing drawing document and copying the required blocks in the newly created drawing document.
- Performing some operation on them, discarding all the unnecessary drawing documents and saving one of them as an output drawing document.
I had a query regarding opening the existing document and adding the empty document using Design Automation API but I couldn't achieve it with Design Automation. As I explored I found that only AcCoreMgd.dll and AcDbMgd.dl are allowed with accoreconsole.exe. Load custom .net dll inside accoreconsole.exe
DLL's used by AutoCAD custom .net project for desktop version are (AcCoreMgd.dll,AcCui.dll,AcDbMgd.dll,AcMgd.dll,AcTcMgd.dll,AdUIMgd.dll)
I wanted to use all the above DLL's with Design Automation for AutoCAD. Will you please let us know how we can use desktop versions like support in Design Automation for AutoCAD?