Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geDSAFreeze

geDSAFreeze(
w_windowId
l_point
)
=> t / nil

Description

Toggles between the freeze and unfreeze states of the Dynamic Selection Assistant (DSA).

Arguments

w_windowId

Database ID of the window for which the DSA is required to be frozen or unfrozen.

l_point

Position of the cursor (x and y coordinates) at which the SKILL function is called.

Value Returned

t

The DSA toggled between freeze and unfreeze state successfully.

nil

The DSA did not toggle between freeze and unfreeze state successfully.

Examples

With the DSA in unfreeze state, this function freezes the DSA and displays all the shapes at the cursor location at 8:17 in the DSA.

geDSAFreeze(window(2) 8.0:17.0)

Related Topics

Selection Functions


Return to top
 ⠀
X