pteLoadGDSNumber
pteLoadGDSNumber(t_gdsNumberLayermapFilePath[w_windowId] ) => t / nil
Description
Loads the GDS number layermap file from the specified location into the Palette.
Arguments
|
ID of the window containing the Palette that you want to update. |
|
Value Returned
Examples
pteLoadGDSNumber("./lib.layermap")
pteLoadGDSNumber("./lib.layermap" window(2))
Return to top