wspWSSPDefAddToEnabled
wspWSSPDefAddToEnabled(
d_cellViewId
l_wsspDefName
)
=> t / nil
Description
Adds a list of widthSpacingSnapPatternDefs (WSSPDefs) to the list of WSSPDefs enabled as global grids in the specified cellview. This will filter out any duplicate, undefined wsspDefs, and wsspDefs with direction mis-match.
Arguments
|
List of names of WSSPDefs to be added to the list of WSSPDefs. |
Value Returned
Example
wspWSSPDefAddToEnabled(geGetEditCellView() list("M1AllPeriod190"))
Return to top