dbSetPatternRegionRepeatMode
dbSetPatternRegionRepeatMode(
d_patternRegion
t_patternName
t_repeatMode
)
=> t / nil
Description
(ICADVM20.1 Only) Sets the specified repeat mode on the pattern region for the specified width spacing pattern.
Arguments
|
ID of the pattern region on which the repeat mode is to be set. |
|
|
Name of the repeat mode to be set.
Valid values: |
Value Returned
|
Specified repeat mode is successfully set on the pattern region for the specified width spacing pattern. |
|
Example
In this example, repeat mode stepped is successfully set on the pattern region patternRegionId for the width spacing pattern wsp.
dbSetPatternRegionRepeatMode(patternRegionId "wsp" "stepped")
Return to top