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