.. highlightlang:: us .. index:: LBDestroy .. _lbdestroy: LBDestroy ========= .. us.tag LBDestroy ENGLISH The :ref:`LBDestroy` function destroys the given line object and frees any memory that the line object occupies. .. function:: bool = LBDestroy(hLine) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hLine Identifies the line object. .. seealso:: :ref:`overview-lines-and-arrows`, :ref:`LBCreate` :sub:`id-1061330`