pteSaveToTechFile
pteSaveToTechFile(
[ w_windowId ]
)
=> t / nil
Description
Saves the display context from the Palette to the technology file. A display context determines display properties such as visibility and selectability of layer-purpose pairs, objects, and grids. The display context stored in individual layer sets is not considered.
Arguments
|
ID of the window containing the Palette from which you want to save information. |
Value Returned
|
The information from the Palette was saved to the technology file. |
|
Examples
pteSaveToTechFile()
pteSaveToTechFile(window(2))
Return to top