dbSetCellViewActiveWireTypesForWidthSpacingSnapPatternDef
dbSetCellViewActiveWireTypesForWidthSpacingSnapPatternDef(
d_dbCellViewId
t_widthSpacingSnapPatternDefName
l_activeWireTypeNames
)
=> t / nil
Description
(ICADVM20.1 Only) Sets the active wire types on the specified cellview for a given widthSpacingSnapPatternDef.
Arguments
|
ID of the cellview where the active wire types are to be set. |
|
|
Name of the widthSpacingSnapPatternDef in the cellview where the active wire types are to be set. |
|
Value Returned
|
The active wire types was set successfully on the specified cellview for the given widthSpacingSnapPatternDef. |
|
Opens a cellview cv with a widthSpacingSnapPatternDef named wSSPD and the list of active wire types wire1, wire2, and wire3 on it.
dbSetCellViewActiveWireTypesForWidthSpacingSnapPatternDef(cv "wSSPD" list("wire1" "wire2" "wire3"))
Return to top