pteGetLayerPath
pteGetLayerPath(t_layerPurposeName[w_windowId] ) =>t_elementPath/ nil
Description
Retrieves the element path of the specified layer-purpose pair when the View By mode is applied to the Palette. The result can be used to provide the t_paletteElementPath argument needed by the pteSetVisible, pteSetSelectability, pteSetValidity, pteSetOnlyVisible, pteSetOnlySelectable, ptePropagateVisibility, and ptePropagateSelectability functions in the View By mode.
Arguments
Value Returned
Example
Uses the output of the pteGetLayerPath function as an input for the pteSetVisible function.
pteGetLayerPath(“Oxide drawing”)
pteSetVisible(pteGetLayerPath(“Oxide drawing”))
Return to top