pltIBuildPlotsCtrl GetRequestList
Gets one of the two request list.
Syntax
pltIBuildPlotsCtrl_handle GetRequestList from_y
Application
HyperWorks Tcl Query
Description
This command gets a request list (X request list or Y request list) based on the input.
Inputs
- from_y
-
- true
- If you want the Y request list.
- false
- If you want the X request list.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build GetRequestList true;
Errors
Success (the request list) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Query