.. highlightlang:: us .. _xyzgetmatrixsize: XYZGetMatrixSize ================ .. index:: XYZGetMatrixSize .. us.tag XYZGetMatrixSize NOTREADYENGLISH XYZGet_data :ref:`XYZGetMatrixSize` returns the number of rows and columns of the interpolated matrix. .. function:: rvRowColumn = XYZGetMatrixSize(hData) .. us.return **Return Value** *rvRowColumn* is a vector with two elements [nRows, nColumns]. .. us.params **Parameters** .. uparam:: hData A handle for a dataset created with :ref:`XYZCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate` :sub:`id-1767385`