dbCopyProp
dbCopyProp(g_object1g_object2) => t / nil
Description
Copies all the properties of one database object to another database object.
For Pcell super master cellviews, this function will skip the Pcell parameters. Pcell parameters are represented as a hierarchical property called
parameters. This property is skipped by dbCopyProp. To copy the Pcell parameters, use dbCopySingleProp.Arguments
Value Returned
|
The properties are not copied or if they are only partially copied. |
Examples
dbCopyProp(dbId1 dbId2)
Related Topics
Property Creation and Modification Functions
Return to top