ddGetObjLib
ddGetObjLib(
b_objId
)
=> t_lib / nil
Description
Finds the ID of the library object that contains it b_objId. If the object is a library, it returns the same ID.
Arguments
Value Returned
Example
libId = ddGetObjLib( cellId ) => dd:2544064
libId ~> name => "l1"
Return to top