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