Message 1 of 5
Get instance AutoCAD with c#
Not applicable
11-30-2005
02:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
In order to create a AutoCAD instance with c# is necessary this source code:
private Autodesk.AutoCAD.Interop.AcadApplicationClass _app = new Autodesk.AutoCAD.Interop.AcadApplicationClass();
Is it possible get an existing instance of AutoCAD with c#?
thanx
In order to create a AutoCAD instance with c# is necessary this source code:
private Autodesk.AutoCAD.Interop.AcadApplicationClass _app = new Autodesk.AutoCAD.Interop.AcadApplicationClass();
Is it possible get an existing instance of AutoCAD with c#?
thanx