.. highlightlang:: us .. _xyzgetinterpolationtype: XYZGetInterpolationType ======================= .. index:: XYZGetInterpolationType .. us.tag XYZGetInterpolationType NOTREADYENGLISH XYZGet_data :ref:`XYZGetInterpolationType` returns the interpolation type. .. function:: nType = XYZGetInterpolationType(hData) .. us.return **Return Value** *nType* is one of the following values: .. list-table:: :header-rows: 1 * - Value - Meaning * - LINEAR - Linear Interpolation (1) * - NONLINEAR - Non linear Interpolation (2) * - THINPLATESPLINE - Spline Interpolation (3) .. us.params **Parameters** .. uparam:: hData Is the handle of a dataset created with :ref:`XYZCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZSetInterpolationType`, :ref:`XYZCreate`, :ref:`XYZUpdate` :sub:`id-1952182`