.. highlightlang:: us .. _xyzsetinterrange: XYZSetInterRange ================ .. index:: XYZSetInterRange .. us.tag XYZSetInterRange ENGLISH XYZSet_data :ref:`XYZSetInterRange` sets the coordinate range of the interpolation matrix on the x/y-plane. .. function:: bool = XYZSetInterRange(hData, rvRect) .. 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:: rvRect *rvRect* Is a vector with 4 elements: .. list-table:: :header-rows: 1 * - Value - Meaning * - rvRect[1] - x-Minimum * - rvRect[2] - y-Minimum * - rvRect[3] - x-Maximum * - rvRect[4] - y-Maximum .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZGetMatrixRange`, :ref:`XYZCreate` :sub:`id-1004629`