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

leSetAllObjectsSelectable

leSetAllObjectsSelectable(
g_isSelectable
[ d_techFileId ]
) 
=> t / nil

Description

Sets the selectability of LSW objects in technology file d_techFileId as specified by g_isSelectable. If d_techFileId is not given, the current LSW technology file is used.

In Palette mode, this SKILL API will work only for the current active window.

Arguments

g_isSelectable

Whether to turn on (t), or off (nil) the selectability. Valid Values: t or nil

d_techFileId

The database ID of the technology file.

Value Returned

t

The operation succeeded.

nil

The operation failed.

Example

Sets LSW objects in technology file myTechFile to be selectable.

leSetAllObjectsSelectable( t myTechFile )


Return to top
 ⠀
X