.. highlightlang:: us .. _xyzgetbubblesize: XYZGetBubbleSize ================ .. index:: XYZGetBubbleSize .. us.tag XYZGetBubbleSize NOTREADYENGLISH New400 XYZGet :ref:`XYZGetBubbleSize` returns the bubble diameter in centimeters. .. function:: rvSize = XYZGetBubbleSize(hData) .. us.return **Return Value** *rvSize* is a vector with 2 elements: .. list-table:: :header-rows: 1 * - Value - Meaning * - rvSize[1] - Bubble diameter in centimeters for the minimum z value. * - rvSize[2] - Bubble diameter in centimeters mm for the maximum z value. .. us.params **Parameters** .. uparam:: hData Is the handle of a data set created with :ref:`XYZCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZGetBubbleAttribute`, :ref:`XYZIsBubbleVisible`, :ref:`XYZSetBubbleAttribute`, :ref:`XYZSetBubbleSize`, :ref:`XYZShowBubble` :sub:`id-437043`