pteSetOnlyVisibleWithDepth
pteSetOnlyVisibleWithDepth(
{ t_layerPurposeName | t_paletteElementPath }
t_panelName
[ w_windowId ]
)
=> t / nil
Description
Turns on the visibility of the specified layer-purpose pair and of the n layer-purpose pairs listed both above and below the specified layer-purpose pair in the Layers panel. The value n is obtained from the Depth for Visibility field in the Palette Options form. Visibility of all other layer-purpose pairs is turned off.
Arguments
|
ID of the window containing the Palette that you want to update. |
|
Value Returned
|
Visibility of the specified layer-purpose pairs was turned on. |
|
Examples
pteSetOnlyVisibleWithDepth("Nwell drawing" "Layers")
pteSetOnlyVisibleWithDepth("Oxide drawing" "Layers" window(2))
Return to top