pteGetLPPDisplayedInPalette
pteGetLPPDisplayedInPalette( [w_windowId] ) =>t_layerPurposeNames/ nil
Description
Lists the layer-purpose pairs currently displayed in the Layers panel.
Arguments
|
ID of the window containing the Palette from which you want to retrieve the layer-purpose pair names. |
Value Returned
|
List of layer-purpose pairs currently displayed in the Layers panel. |
|
Examples
pteGetLPPDisplayedInPalette()
Generates the following output, assuming that the layer-purpose pairs have been filtered to display only those that contain the string 'RX':
(("RX" "drawing")
("RX" "net")
("RX" "pin")
("RX" "label")
("RX" "ing")
)
pteGetLPPDisplayedInPalette(window(2))
Return to top