dbSetPatternRegionAllowedPatternGroups
dbSetPatternRegionAllowedPatternGroups(
d_shapeId
l_groupNameList
)
=> t / nil
Description
(ICADVM20.1 Only) Sets the given allowed pattern groups for the specified shape.
Arguments
Value Returned
|
The allowed pattern groups were set successfully for the specified shape. |
|
Example
dbSetPatternRegionAllowedPatternGroups(rect '("wspg1" "wspg2"))
=> t
Return to top