XYZSetInterSmoothΒΆ

XYZSetInterSmooth sets the smoothing factor for the interpolation of the data matrix.

bool = XYZSetInterSmooth(hData, nFaktor)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

Is the handle of a xyz-dataset created with XYZCreate.

nFaktor

nFaktor has a value of 0, when no smoothing should be performed and the value 1,2,3,4 or 5 for smoothing.

id-2049502