I have multiple instances of BricsCAD running in my PC. My requirement is to get all the individual instances and get it's active document. If I try to use GetObject(,"BricsCADApp.AcadApplication"), it gets only the first instance.
Even I tried https://stackoverflow.com/questions/53641375/get-multiple-running-com-objects-of-same-type (Accepted Solution). It is working fine for Word but not for BricsCAD.
Sorry for Posting BricsCAD related question in AutoCAD forum.
Thanks in advance.