hwIPage PasteWindow

Pastes a previously copied window.

Syntax

hwIPage_handle PasteWindow window_index

Application

HyperWorks Tcl Modify

Description

This command pastes a previously copied window onto an existing window.

Inputs

window_index
The position of the window that you want to paste the copied window onto.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 PasteWindow 3;	

Error

Success (0) or an error message is returned.

Keywords

HyperWorks

Tcl

Modify