Message 1 of 1
Are there any informations (ebook, help etc ) about programming in c# ActiveX ?

Not applicable
02-29-2016
12:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Are there any informations (ebook, help etc ) about programming in c# ActiveX
(the same idea like vba but code written in c#) ?
This is not a .NET API programming.
I read about this in ActiveX and VBA Developer's Guide in Autocad Help.
You can add references:
- The AutoCAD 2009 type library, acax17enu.tlb
- The AutoCAD/ObjectDBX Common 17.0 type library, axdb17enu.tlb
These references will make available the following primary interop assemblies: - Autodesk.AutoCAD.Interop.dll
- Autodesk.AutoCAD.Interop.Common.dll
Thank you in advance