dbSetWidthSpacingPatternRepeatMode
dbSetWidthSpacingPatternRepeatMode(
d_wspId
t_allowedRepeatMode
t_defaultRepeatMode
)
=> t / nil
Description
(ICADVM20.1 Only) Sets a valid combination of allowed and default repeat modes for the specified width spacing pattern.
Arguments
|
Name of the allowed repeat mode. |
|
|
Name of the default repeat mode. |
|
Value Returned
|
A valid combination of allowed and default repeat modes was set successfully on the specified width spacing pattern. |
|
Example
Sets the combination of allowed repeat mode as flippedOnly and default repeat mode as flippedStartsWithOdd for the width spacing pattern wspId.
dbSetWidthSpacingPatternRepeatMode(wspId "flippedOnly" "flippedStartsWithOdd ")
Return to top