ddGetObjParent
ddGetObjParent(
b_objId
)
=> b_parent / nil
Description
Returns the ID of the logical (often physical as well) owner-object od b_objId. For a file, it is the library, cell, or view. For a view, it is the cell. For the cell, it is the library. For the library, it is the library itself.
Arguments
Value Returned
Examples
p = ddGetObjParent( cell1 ) => dd:2544064
Return to top