leSetSnapPatternVisible
leSetSnapPatternVisible(
t_spDefName
g_isVisible
)
=> t / nil
Description
Turns on or off the visibility of the specified snap pattern grid.
Arguments
|
Boolean specifying whether the snap pattern grid is visible. Valid Values: |
Value Returned
Example
Returns t if the snap pattern grid spDef1 is set to visible.
leSetSnapPatternVisible("spDef1" t)
Return to top