Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leGetSnapPatternVisible

leGetSnapPatternVisible(
t_spDefName
)
=> t / nil

Description

Returns the visibility setting of snap pattern grid with the specified name.

Arguments

t_spDefName

The name of the snap pattern grid.

Value Returned

t

The snap pattern grid is visible.

nil

The snap pattern grid is not visible.

Example

Returns t if the snap pattern grid spDef1 is visible.

leGetSnapPatternVisible("spDef1")


Return to top
 ⠀
X