Message 1 of 5
How do I get if I run autocad vanilla or autocad civil3D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I created 2 dll's
One for autocad the other one for civil
I created another dll that loads using
Reflection.Assembly.LoadFrom("file")
the dlls into autocad at startup
I want to be able to detect if the productID is civil to be able to load the civil3d dll.
Can somebody tell me how to detect this?
Thanks