pteSetVisibleWithDepth
pteSetVisibleWithDepth(
{ t_layerPurposeName | t_paletteElementPath }
g_visibilityState
t_panelName
[ w_windowId ]
)
=> t / nil
Description
Sets the visibility for the specified layer-purpose pair and for 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.
Arguments
Value Returned
|
The visibility state was set for the specified layer-purpose pairs. |
|
Examples
pteSetVisibleWithDepth("Metal1 drawing" nil "Layers")
pteSetVisibleWithDepth("Metal1;Metal1 drawing" nil "Layers") (in ViewBy mode)
Return to top