geNewWindow
geNewWindow( [w_windowId] ) =>w_windowId/ nil
Description
The copy window views the same design and uses the same viewing parameters as the source window. You can change the pan, zoom, and other parameters of the new window independent of the old window.
Arguments
|
Database ID of the source window for the copy. If not specified, the current window is used. |
Value Returned
Examples
Copies win3;returns win4 if it is successful.
geNewWindow( win3 )
Related Topics
Design Functions
Return to top