pteGetAllActiveLayerSets
pteGetAllActiveLayerSets( [w_windowId] ) =>l_layerSets/ nil
Description
Returns a list containing the layer sets that are set as active in the design open in the specified window.
Arguments
|
ID of the window containing the Palette from which you want to retrieve layer set data. |
Value Returned
Examples
pteGetAllActiveLayerSets()
pteGetAllActiveLayerSets(window(2))
Return to top