pltIBuildPlotsCtrl GetLayout

Finds the page layout number.

Syntax

pltIBuildPlotsCtrl_handle GetLayout

Application

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

Tcl

Build Plots

Query