Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
HI Community,
About Plugin Functionality
> My plugin will open AutoCAD Application externally and process the DWG File.
About the Query
> I have multiple AutoCAD Versions installed in my PC, If I trigger the plugin last closed version of AutoCAD is opening.
> How do open particular application using its version, It is possible to give the version number while opening the AutoCAD ? any suggestion would be appreciate this.
Code Which I'm using to Open AutoCAD Application
Autodesk.AutoCAD.Interop.AcadApplication a = new Autodesk.AutoCAD.Interop.AcadApplication();
a.Visible = true;
@_gile @ActivistInvestor @kerry_w_brown @norman.yuan
Mohamed Arshad K
Software Developer (CAD & BIM)
Solved! Go to Solution.