.. highlightlang:: us .. _xyzsetintersmooth: XYZSetInterSmooth ================= .. index:: XYZSetInterSmooth .. us.tag XYZSetInterSmooth ENGLISH XYZSet_data :ref:`XYZSetInterSmooth` sets the smoothing factor for the interpolation of the data matrix. .. function:: bool = XYZSetInterSmooth(hData, nFaktor) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hData Is the handle of a xyz-dataset created with :ref:`XYZCreate`. .. uparam:: nFaktor *nFaktor* has a value of 0, when no smoothing should be performed and the value 1,2,3,4 or 5 for smoothing. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZGetInterSmoothFactor`, :ref:`XYZCreate` :sub:`id-2049502`