.. highlightlang:: us .. _xyzsetinterdensity: XYZSetInterDensity ================== .. index:: XYZSetInterDensity .. us.tag XYZSetInterDensity ENGLISH XYZSet_data :ref:`XYZSetInterDensity` set the number of rows and columns in the interpolation matrix. .. function:: bool = XYZSetInterDensity(hData, nRows, nColumns) .. 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 data set created with :ref:`XYZCreate`. .. uparam:: nRows *nRows* Is the number of rows. The value shoult be greater than 2. .. uparam:: nColumns *nColumns* Is the number of columns. The value should be greater than 2. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZGetInterDensity`, :ref:`XYZCreate`, :ref:`XYZUpdate` :sub:`id-1084405`