dbSetPatternRegionActivePattern
dbSetPatternRegionActivePattern(
d_shapeId
t_patternName
)
=> t / nil
Description
(ICADVM20.1 Only) Sets the given active pattern for the specified shape.
Arguments
Value Returned
|
The active pattern was set successfully for the specified shape. |
|
Example
dbSetPatternRegionActivePattern(rect "wsp1")
=> t
dbGetPatternRegionActivePattern(rect)
=> "wsp1"
Return to top