wspWSSPDefRemoveFromAllowedPatternGroups
wspWSSPDefRemoveFromAllowedPatternGroups(
d_cellViewId
t_wsspDefName
t_patternGroupName
)
=> t / nil
Description
Removes a pattern group from the allowed pattern groups of a widthSpacingSnapPatternDefs (WSSPDef).
Arguments
Value Returned
|
The pattern group has been removed from the allowed pattern groups of a WSSPDef. |
|
|
The pattern group has not been removed from the allowed pattern groups of a WSSPDef. |
Example
wspWSSPDefRemoveFromAllowedPatternGroups(geGetEditCellView() "M1AllPeriod190" "GP1")
Return to top