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

hData

The handle of a dataset created with XYCreate or TYCreate.

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.

id-1860145