XYUpdateΒΆ

The XYUpdate functions recalculates the filter functions of a 2D dataset.

bool = XYUpdate(hData)

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.

Example

See XYSetFilterFunctions.

id-808443