.. highlightlang:: us .. _xyzgetmatrixrange: XYZGetMatrixRange ================= .. index:: XYZGetMatrixRange .. us.tag XYZGetMatrixRange NOTREADYENGLISH XYZGet_data :ref:`XYZGetMatrixRange` returns the matrix range in the x/y plane. .. function:: rvRect = XYZGetMatrixRange(hData) .. us.return **Return Value** *rvRect* is a vector with 4 elements: .. list-table:: :header-rows: 1 * - Value - Meaning * - rvRect[1] - x-min * - rvRect[2] - y-min * - rvRect[3] - x-max * - rvRect[4] - y-max .. us.params **Parameters** .. uparam:: hData A handle for a dataset created with :ref:`XYZCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate` :sub:`id-1080844`