snapGridVertical
spacings(
( snapGridVertical (l_snapPatternDefNames) )
) ;spacings
Enables the global track grid by specifying a list of global snapPatternDefs or widthSpacingSnapPatternDefs. The direction for the specified pattern definitions must be vertical.
Values
|
A list of global snapPatternDefs or widthSpacingSnapPatternDefs. |
|
Parameters
Example
The global track grid is defined using the finGrid and m2_grid snapPatternDefs.
spacings( ( snapGridVertical ("finGrid" "m2_grid") )
) ;spacings
Return to top