.. highlightlang:: us .. _xyzsetinterongrid: XYZSetInterOnGrid ================= .. index:: XYZSetInterOnGrid .. us.tag XYZSetInterOnGrid ENGLISH XYZSet_data :ref:`XYZSetInterOnGrid` specifies if the area and the number of rows and columns of the interpolation matrix agree with the scaling of the x- and y-axes. .. function:: bRet = XYZSetInterOnGrid(hData, bOnGrid) .. 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:: bOnGrid *bOnGrid* is TRUE (1), when the area and the number of rows and columns of the interpolation matrix should agree with the scaling of the x- and y axes. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZIsInterOnGrid`, :ref:`XYZSetInterDensity`, :ref:`XYZUpdate`, :ref:`XYZCreate` :sub:`id-1194158`