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

leIsFigSelectable

leIsFigSelectable(
d_figId
) 
=> t / nil

Description

Checks whether the figure d_figId is selectable.

Arguments

d_figId

The database ID of the figure to check.

Value Returned

t

The figure d_figId is selectable.

nil

The figure d_figId is not selectable.

Example

Returns t if figure fig4 is selectable.

leIsFigSelectable( fig4 )


Return to top
 ⠀
X