.. highlightlang:: us .. index:: MarkerDestroy .. _markerdestroy: MarkerDestroy ============= .. us.tag MarkerDestroy ENGLISH The :ref:`MarkerDestroy` function destroys the given marker object and frees any memory the marker object occupied. .. function:: bool = MarkerDestroy(hMarker) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hMarker Identifies the marker. .. seealso:: :ref:`overview-marker`, :ref:`MarkerCreate` :sub:`id-1273889`