.. highlightlang:: us .. _xyzdestroy: XYZDestroy ========== .. index:: XYZDestroy .. us.tag XYZDestroy ENGLISH The :ref:`XYZDestroy` destroys a dataset created with :ref:`XYZCreate` or :ref:`XYZCreateFromMatrix`. .. function:: bool = XYZDestroy(hData) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hData A handle for a dataset created with :ref:`XYZCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate`, :ref:`XYZCreateFromMatrix` :sub:`id-728956`