pteSaveLayerSetList
pteSaveLayerSetList(
[ w_windowId ]
)
=> t / nil
Description
Saves the list of layer sets displayed in the Layer Set Manager to a file named layerset.order. The order in which the layer sets are listed and the enable state of each layer set is also saved.
Arguments
|
ID of the window containing the Palette from which you want to save information. |
Value Returned
Examples
pteSaveLayerSetList()
pteSaveLayerSetList(window(2))
Return to top