XYUseFilterΒΆ
XYUseFilter specifies if the filter functions are used to calculate the output data.
- bool = XYUseFilter(hData, bShowFiltered)
Return Value
bool is TRUE (1), when the function succeeds and FALSE (0), if it does not.
Parameters
- bShowFilteredData
bShowFilteredData. If bShowFilteredData is TRUE (1) the filtered data is displayed. If the value is FALSE (0), the original data is displayed.
Example
see XYSetFilterFunctions.
See also
id-1860145