pltIBuildPlotsCtrl SetLayout

Sets the layout.

Syntax

pltIBuildPlotsCtrl_handle SetLayout layout

Application

Tcl Modify

Description

This command sets the layout when in build plots mode.
Note: The command GeneratePlot must be called to draw the plot with these changes.

Inputs

layout
A number representing a layout option. There are a total of 20 different layouts, and a number from 0 to 19 corresponds to each layout. You input a different number depending on which layout is desired.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SetLayout 8;
build GenereatePlot;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Build Plots

Modify