Modify Parameter API problem

Issue #185 resolved
Ali Ozdemir created an issue

After I create an object, I would like to change the parameter of it without any delay. However right now I have to wait until the end of compilation to do some modifications.

I can only get oBRIM object with the following call and this requires the compilation of the project.

BRIM.ObjectGet(p_OBRIMObject.ID).ObjData

Comments (1)

  1. Ali Koc

    OBrIM Connect library now keeps a shadow copy of the project locally while messages are exchanged between the dll and the server. You no longer have to wait for compilation to access modifications you make to the project.

  2. Log in to comment