XYIsFilterUsedΒΆ

XYIsFilterUsed checks if the original data or the filtered data is displayed.

bFilterUsed = XYIsFilterUsed(hData)

Return Value

bFilterUsed is TRUE (1) if the filtered data is displayed and FALSE (0) if the original data is displayed.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

id-324298