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