hwIPage CopyWindow

Copies a window.

Syntax

hwIPage_handle CopyWindow window_index

Application

HyperWorks Tcl Modify

Description

This command copies a window in the page based on the user-provided window index.

Inputs

window_index
The index of the window that you want to copy.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 CopyWindow 2;

Error

Success (0) or an error message is returned.

Keywords

HyperWorks

Tcl

Modify