pteGetAllLayerSets
pteGetAllLayerSets( [w_windowId] ) =>l_layerSets/ nil
Description
Returns a list containing all the layer sets available 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
pteGetAllLayerSets()
pteGetAllLayerSets(window(2))
Return to top