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