leGetWidthSpacingSnapPatternVisible
leGetWidthSpacingSnapPatternVisible(
t_wspName
)
=> t / nil
Description
Returns the visibility setting of the specified width spacing snap pattern grid.
Arguments
|
The name of the width spacing snap pattern grid, as displayed in the Palette. |
Value Returned
Example
Returns the visibility setting of the width spacing snap pattern grid W1.
leGetWidthSpacingSnapPatternVisible("W1")
=> t
Return to top