pltIBuildPlotsCtrl GetLayout
Finds the page layout number.
Syntax
pltIBuildPlotsCtrl_handle GetLayout
Application
HyperWorks Tcl Query
Description
This command returns the page layout number within the list of the page layouts (the number is the index, or position, within the list). Each layout corresponds to a number, and therefore, the page layout’s number is then returned once the command is called.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build GetLayout;
Errors
Success (the page layout number) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Query