dbSetGlobalGridDefaultRepeatMode
dbSetGlobalGridDefaultRepeatMode(
d_cellViewId
t_wsspDefName
t_repeatMode
)
=> t / nil
Description
(ICADVM20.1 Only) Sets the specified repeat mode as the default on a cellview for the specified widthSpacingSnapPatternDef global grid.
Arguments
|
Name of the repeat mode to be set.
Valid values: |
Value Returned
|
The default repeat mode is successfully set for the specified widthSpacingSnapPatternDef global grid. |
|
Example
The value stepped is set as the default repeat mode for the wsspDefName global grid in the cellview cellViewId.
dbSetGlobalGridDefaultRepeatMode(cellViewId "wsspDefName" "stepped")
Return to top