mptUnlockAll
mptUnlockAll(d_cellViewID[l_layerNames] ) => t / nil
Description
Unlocks all the colored shapes that are locked at the top level of the specified cellview. You can optionally unlock only the shapes on specific colorable layers. Top-level shapes with color attribute locks (dbLocks) are unlocked with their current color. Hierarchical color locks at the current editing hierarchy level are removed.
Arguments
|
Limits processing to the shapes on the colorable layers in this list. |
Value Returned
|
The colored shapes are not unlocked due to an error (for example, invalid cellview ID or other invalid argument). |
Example
mptUnlockAll( geGetEditCellView() )
Unlocks all the colored shapes at the current editing hierarchy level.
mptUnlockAll( cv list( "Metal1" "Metal2" ) )
Unlocks all the colored Metal1 and Metal2 top-level shapes of the cv cellview.
Related Topic
Return to top