XYSetGetOrgDataFlagΒΆ

XYSetGetOrgDataFlag specifies if the XYGetData function returns the original data or the filtered data.

nOldFlag = XYSetGetOrgDataFlag(hData, nFlag)

Return Value

nOldFlag is the value of nFlag before it is overwritten.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

nFlag

Is one of the following values:

Value Meaning
1 XYGetData returns the original data.
2 XYGetData returns the filtered data. If not available the original data is returned.
-1 XYGetData returns the filtered data if they are available and the filter is enabled using the function XYUseFilter. Otherwise the original data is returned.

id-1933059