pltIPlotManager GetBuildPlotsCtrlHandle
Gets the build plots control handle.
Syntax
pltIPlotManager_handle GetBuildPlotsCtrlHandle iBPctrl
Application
HyperWorks Tcl Query
Description
This command gets the build plots control handle.
Inputs
- iBPctrl
- The name you want to call the build plots control handle.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetBuildPlotsCtrlHandle bp;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Query