Message 1 of 1
editing multiple drawings at the same time on same AutoCAD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, we need to let mor users access to DWG's data by an external software. So we are thinking about an external (interop use) application to do it, because also non-cad user need to do it.
Assuming that we can control and grant that each user, even if at the same time, will work on a different dwg file the doubt is that the unique Autocad on the "central PC" will not let different instances on our software work at the same time.
That means: can we have more than one instance of external exe that call
doc = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.Open(mydwgfile);
on the same machine with one single AutoCAD installed ?