hwIPage GetDefaultLayout
Finds the default page layout.
Syntax
hwIPage_handle GetDefaultLayout
Application
HyperWorks Tcl Modify
Description
This command returns the default page layout number within the page layout list. Each layout corresponds to a number, so the default page layout’s number is returned once the command is called.
Example
hwi OpenStack;
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetDefaultLayout;
Error
Success (the default page layout number) or an error message is returned.
Keywords
HyperWorks
Tcl
Modify