pteSetSelectableWithDepth
pteSetSelectableWithDepth(
{ t_layerPurposeName | t_paletteElementPath }
g_selectabilityState
t_panelName
[ w_windowId ]
)
=> t / nil
Description
Sets the selectability 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 Selectability field in the Palette Options form.
Arguments
Value Returned
|
The selectability state was set for the specified layer-purpose pairs. |
|
Examples
pteSetSelectableWithDepth("Metal1 drawing" nil "Layers")
pteSetSelectableWithDepth("Metal1;Metal1 drawing" nil "Layers") (in ViewBy mode)
Return to top