pltIBuildPlotsCtrl SetSubcase
Sets the subcase.
Syntax
pltIBuildPlotsCtrl_handle SetSubcase subcase
Application
HyperWorks Tcl Modify
Description
Inputs
- subcase
- A string with the value of the subcase that you want.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SetSubcase “Time”;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Modify