pltIBuildPlotsCtrl GetLayoutOption
Finds the current layout option.
Syntax
pltIBuildPlotsCtrl_handle GetLayoutOption
Application
Tcl Query
Description
This command finds the current layout option. The layout options include: request (One plot per request), current (use current plot), component (one plot per component) or none (one curve per plot). This command differs from the GetLayout command in that it finds the layout option rather than the layout (which is the number of windows within the page).
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build GetLayoutOption;
Errors
Success (the layout option) or an error message is returned.
Keywords
Tcl
Build Plots
Query