pteReloadLayerSet
pteReloadLayerSet(
[ w_windowId ]
)
=> t / nil
Description
Reloads the layer set file for the layer set that is currently in use. This resynchronizes the visibility and selectability status of the layers, objects, or grids items with that available in the layer set file.
Arguments
|
ID of the window containing the Palette that you want to update. |
Value Returned
Examples
pteReloadLayerSet()
pteReloadLayerSet(window(2))
Return to top