hwIPage GetWindowIDList

Gets a list of the window IDs.

Syntax

hwIPage_handle GetWindowIDList

Application

HyperWorks Tcl Modify

Description

This command returns a list of the window IDs within the page. They can be used later in commands such as AddWindowSyncGroup to specify which windows you want to use in the command.

Example

hwi OpenStack;
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowIDList;

Error

Success (the window ID list) or an error message is returned.

Keywords

HyperWorks

Tcl

Modify