pteSetLppVisibleByString
pteSetLppVisibleByString(t_searchPattern g_visibilityState[w_windowId] ) => t / nil
Description
Searches for the specified search string based on the advanced search options (casing, match type, and search operator) set in the Layers panel, and sets the visibility state for all layer-purpose pairs that match the search criteria to the specified value.
Arguments
|
ID of the window containing the Palette that you want to update. |
Value Returned
|
The specified visibility state was set for all layer-purpose pairs that match the search criteria. |
|
Examples
Sets the visibility for all Metal1 layer-purpose pairs to nil in the current window.
pteSetLppVisibleByString("Metal1" nil)
Return to top