Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

lxGetSyncClone

lxGetSyncClone(
d_objectId
)
=> d_syncCloneId / nil

Description

Returns the database ID of the synchronous clone to which the specified object belongs. If the object belongs to a layout group which is not a synchronous clone, the function recursively checks to determine if its parent group is a synchronous clone. If it is, the function returns the ID of the parent synchronous clone.

Arguments

d_objectId

Database ID of an object in the current cellview.

Value Returned

d_syncCloneId

Database ID of the synchronous clone to which the specified object belongs.

nil

The object does not belong to a synchronous clone.

Example

lxGetSyncClone(objId)

Return to top
 ⠀
X