pteSetLSSelectable
pteSetLSSelectable(t_layerSetName g_selectabilityState[w_windowId] ) => t / nil
Description
Turns on or off the selectability state of all the layer-purpose pairs contained in the specified layer set.
Arguments
Value Returned
|
The selectability of all the layer-purpose pairs contained in the specified layer set was turned on or off. |
|
Examples
pteSetLSSelectable("metal" t)
pteSetLSSelectable("metal" nil window(2))
Return to top