leSetGlobalGridsVisible
leSetGlobalGridsVisible(
g_isVisible
)
=> t / nil
Description
Turns on or off the visibility of global snap pattern grids.
Arguments
|
Boolean specifying whether the global snap pattern grid is visible. Valid Values: |
Value Returned
Example
Returns t if global snap pattern grid is set to visible and nil if it is not.
leSetGlobalGridsVisible(t)
Return to top