pteLoadLSWInfo
pteLoadLSWInfo(t_configFilePath[w_windowId] ) => t / nil
Description
Loads the specified Layer Selection Window (LSW) information file into the Palette. The visibility and selectability settings stored in the LSW information file for layer-purpose pairs and objects are loaded into the Palette.
Arguments
|
ID of the window containing the Palette that you want to update. |
Value Returned
Examples
pteLoadLSWInfo("./palette.info")
pteLoadLSWInfo("./palette.lsw" window(2))
Return to top