XYGetFilterFunctionsΒΆ

XYGetFilterFunctions returns a scalar string with filter functions.

ssFilterFunctions = XYGetFilterFunctions(hData)

Return Value

ssFilterFunctions is a scalar string with filter functions. The functions are separated by a semicolon (;). If a dataset does not contain any filter functions the return value is an empty string.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

id-919722