Get library object API Call

Issue #187 resolved
Ali Ozdemir created an issue

Get library object API call is required to read the predefined information in the library object.

Comments (2)

  1. Ali Koc

    Look for the latest OpenBrIM connect library here.

    Starting OBrIM.dll v3.160517, you have new methods under connection object allowing you to interact with OpenBrIM library and contained library objects. Look for any method that starts with LibObj.

    LibObjList method returns the list of all public objects in the library.

    LibObjCreate method allows you to create a library object locally (no round trips to server). This method will return an ID. You will need this ID to interact with the rest of the methods listed below.

    LibObjSetParam method allows you to set the input parameters of the library.

    LibObjGet method allows you to access the compiled state of the library object.

    Use LibObjDelete to delete the object.

    Please report any issues on this feature by creating a new issue on BitBucket.

  2. Log in to comment