pteGetPrevLayerSets
pteGetPrevLayerSets( [w_windowId] ) =>l_layerSets/ nil
Description
Returns the layer set listed immediately above the layer set if only one layer set is selected in the Layer Set Manager. If multiple layer sets are selected in the Layer Set Manager, returns a list comprising layer sets listed immediately above each selected layer set.
Arguments
|
ID of the window containing the Palette from which you want to retrieve layer set data. |
Value Returned
|
The selected layer set is the first layer set listed in the Layer Set Manager. |
Examples
pteGetPrevLayerSets()
pteGetPrevLayerSets(window(2))
Return to top