dbSetPatternRegionAllowedPatterns
dbSetPatternRegionAllowedPatterns(
d_shapeId
l_patternNameList
)
=> t / nil
Description
(ICADVM20.1 Only) Sets the given allowed patterns for the specified shape.
Arguments
Value Returned
|
The allowed patterns were set successfully for the specified shape. |
|
Example
dbSetPatternRegionAllowedPatterns(rect '("wsp1" "wsp2"))
=> t
Return to top