- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to wrap my head around the AutoCAD API and I have some very basic questions. Please correct me if I'm way off on some of these assumptions.
I see a lot of examples with two different methods to launch AutoCAD:
The first uses Autodesk.AutoCAD.Interop.AcadApplication (referencing Autodesk.AutoCAD.Interop.dll) and the other examples show Autodesk.AutoCAD.ApplicationServices.Core (referencing accoremgd.dll)
I have some code that works using Interop but I can't quite figure out how to start a transaction which seems like the only way to interact with block definitions.
I guess my basic questions is what should I be using to start? What's the preferred method? If Interop is all I need, how do you initiate a transaction? I apologize if these sound like dumb questions. I've been using the Inventor API for years and it just seems so much more straightforward and better documented. I may have follow-up questions if anyone responds to this post. Thanks in advance!
Solved! Go to Solution.