.. highlightlang:: us .. _xyzgetintersmoothfactor: XYZGetInterSmoothFactor ======================= .. index:: XYZGetInterSmoothFactor .. us.tag XYZGetInterSmoothFactor NOTREADYENGLISH XYZGet_data :ref:`XYZGetInterSmoothFactor` returns the smooth factor .. function:: nFactor = XYZGetInterSmoothFactor(hData) .. us.return **Return Value** *nFactor* is a factor in the range 0 to 5. 0 means no smoothing and 5 is maximum smoothing. If the dataset was created from a matrix, the function return the value -1. .. us.params **Parameters** .. uparam:: hData A handle for a dataset created with :ref:`XYZCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZSetInterSmooth`, :ref:`XYZCreate` :sub:`id-1861694`