pteGetNextLayerSets
pteGetNextLayerSets( [w_windowId] ) =>l_layerSets/ nil
Description
Returns the layer set listed immediately below 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 below 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 last layer set listed in the Layer Set Manager. |
Examples
pteGetNextLayerSets()
pteGetNextLayerSets(window(2))
Return to top