Message 1 of 2
Launch AutoCAD Session - Get from COM to .Net API?
Not applicable
08-08-2005
12:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I've got a C# .NET application that needs to launch AutoCAD in the background and do some processing on some dwg files.
I can launch the AutoCAD session using the COM Interop object, but from there I can't figure out how to get back over to the .NET world and access the .NET objects for that application. I've seen examples where you can convert the .NET AcadApplication object to the Interop AcadApplication object, but does anyone know of a way to go the other direction?
Thanks for your help,
Brian
I've got a C# .NET application that needs to launch AutoCAD in the background and do some processing on some dwg files.
I can launch the AutoCAD session using the COM Interop object, but from there I can't figure out how to get back over to the .NET world and access the .NET objects for that application. I've seen examples where you can convert the .NET AcadApplication object to the Interop AcadApplication object, but does anyone know of a way to go the other direction?
Thanks for your help,
Brian