dbSetCellViewActiveWireTypes
dbSetCellViewActiveWireTypes(
d_dbCellViewId
l_activeWireTypeNames
)
=> t / nil
Description
(ICADVM20.1 Only) Sets the active wire types on the specified cellview.
Arguments
Value Returned
|
The active wire types was set successfully for the specified cellview. |
|
Opens a cellview cv, and then, calls the dbSetCellViewActiveWireTypes function with a list of the active wire types wire1, wire2 and wire3 to be set on the cellview cv.
dbSetCellViewActiveWireTypes(cv list("wire1" "wire2" "wire3"))
Return to top