dbIsSameMaster
dbIsSameMaster(d_anyInst1d_anyInst2) => t / nil
Description
Determines if two instances or mosaics are instantiated from the same cellview master.
Both the instances passed in should be instantiated in the same cellview. If two instances from different cellviews are passed in, even if they are instances of the same master, nil is returned.
Arguments
Value Returned
|
The two instances are in the same cellview and have the same master. |
|
|
The two instances are not in the same cellview or if they do not have the same master. |
Examples
dbIsSameMaster(instId1 instId2)
Return to top