- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using two DLL's in my C# .NET application: interop.AutoCAD.dll and interop.AXDBLib.dll and I'm having trouble finding information on how to use these libraries.
Ultimately what I'm trying to accomplish is to create an API that takes in a template (DWT), adds a bunch of information from 2 different drawings (DWG) and saves the outcome to a network share. However, I need to flesh out whether or not the Interop method is capable of doing this or if I need to switch to using the AutoCAD .NET API method. The problem I ran into with that method is that I can't debug the code - something to do with "invalid application" error.
I'm new to AutoCAD and the AutoCAD API's and I don't know where to get reference material to show me how to use the API's so any help would be greatly appreciated.
Solved! Go to Solution.