geDSAFreeze
geDSAFreeze(
w_windowId
l_point
)
=> t / nil
Description
Toggles between the freeze and unfreeze states of the Dynamic Selection Assistant (DSA).
Arguments
|
Database ID of the window for which the DSA is required to be frozen or unfrozen. |
|
|
Position of the cursor (x and y coordinates) at which the SKILL function is called. |
Value Returned
|
The DSA toggled between freeze and unfreeze state successfully. |
|
|
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
Return to top