pteLoadFromTechFile
pteLoadFromTechFile(
[ w_windowId ]
)
=> t / nil
Description
Loads the display context from the technology file into the Palette. A display context determines display properties such as visibility and selectability of layer-purpose pairs, objects, and grids.
Arguments
|
ID of the window containing the Palette that you want to update. |
Value Returned
|
The display context from the technology file was loaded into the Palette. |
|
Examples
pteLoadFromTechFile()
pteLoadFromTechFile(window(2))
Return to top