.. highlightlang:: us .. _xyzgetminmarker: XYZGetMinMarker =============== .. index:: XYZGetMinMarker .. us.tag XYZGetMinMarker NOTREADYENGLISH XYZGet_scatter :ref:`XYZGetMinMarker` returns a copy of the marker handle used to mark the minimum z-coordinate. .. function:: hMarker = XYZGetMinMarker(hData) .. us.return **Return Value** *hMarker* is the marker handle. Must be freed with :ref:`MarkerDestroy`. .. us.params **Parameters** .. uparam:: hData A handle for a dataset created with :ref:`XYZCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate` :sub:`id-1977495`