pteIsSelectable
pteIsSelectable(
{ t_layerPurposeName | t_paletteElementPath }
t_panelName
[ w_windowId ]
)
=> t / nil
Description
Retrieves the selectability state for the specified layer-purpose pair or object.
Arguments
Value Returned
|
The specified layer-purpose pair or object is not selectable. |
Examples
-
When View By is set to None:
pteIsSelectable("prBoundary boundary" "Layers")
pteIsSelectable("prBoundary boundary" "Layers" window(2))
-
When View By is set to Layer:
pteIsSelectable("prBoundary;prBoundary boundary" "Layers")
-
When View By is set to Purpose:
pteIsSelectable("boundary;prBoundary boundary" "Layers")
Related Topics
Return to top