Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbCopyPropList

dbCopyPropList( 
d_dbId1
d_dbId2
)
=> t / nil 

Description

Copies all the properties from the database object given in the first argument to the database object given in the second argument in a single, atomic, copy operation. Properties with the same name in the destination object are overwritten. If the given database objects are pcell instances, then pcell evaluation happens once after all the properties are copied.

Arguments

d_dbId1

Database object the properties are copied from. The object can be a dbId,ddId, or dbBagId.

d_dbId2

Database object the properties of the first database object are copied to. The object can be a dbId, ddId, or dbBagId.

Value Returned

t

The copy is successful.

nil

The properties are not copied or if they are only partially copied.

Examples

dbCopyPropList(i1 i2)

Related Topics

Property Creation and Modification Functions


Return to top
 ⠀
X