.. highlightlang:: us .. _xyzgetmaxmarker: XYZGetMaxMarker =============== .. index:: XYZGetMaxMarker .. us.tag XYZGetMaxMarker NOTREADYENGLISH XYZGet_scatter :ref:`XYZGetMaxMarker` returns a copy of the marker handle used to mark the maximum z-coordinate. .. function:: hMarker = XYZGetMaxMarker(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-328613`