editing multiple drawings at the same time on same AutoCAD

editing multiple drawings at the same time on same AutoCAD

nicola_agostoni1
Observer Observer
414 Views
0 Replies
Message 1 of 1

editing multiple drawings at the same time on same AutoCAD

nicola_agostoni1
Observer
Observer

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 ?

0 Likes
415 Views
0 Replies
Replies (0)