pteLoadDefaults
pteLoadDefaults(
[ w_windowId ]
)
=> t / nil
Description
Loads the display context with the default values. 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
Examples
pteLoadDefaults(window(2))
Return to top