pltIBuildPlotsCtrl GetComponentFilter
Finds the value in the Y Component filter.
Syntax
pltIBuildPlotsCtrl_handle GetComponentFilter
Application
HyperWorks Tcl Query
Description
This command finds the value in the Y Component filter. If there is not a value in the filter, nothing is returned. The filter removes Y Components within the Y Component list that do not match the filter.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build GetComponentFilter;
Errors
Success (the value [or nothing]) or an error message is returned.
Keywords
- HyperView
- Tcl
- Build Plots
- Query