hwIPage GetID

Gets the page’s ID.

Syntax

hwIPage_handle GetID

Application

HyperWorks Tcl Modify

Description

This command returns the page’s unique ID.

Example

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

Error

Success (the ID) or an error code is returned.

Keywords

HyperWorks

Tcl

Modify