.. highlightlang:: us .. index:: LBSetEndArrow .. _lbsetendarrow: LBSetEndArrow ============= .. us.tag LBSetEndArrow NOTREADYENGLISH LBSet :ref:`LBSetEndArrow` shows or hides the arrow tip of a line drawing object. .. function:: bool = LBSetEndArrow(hLine, bEnd) .. 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. .. uparam:: bEnd *bEnd* is TRUE (1) when the arrow tip is visible and FALSE (0) if it is not. .. seealso:: :ref:`overview-lines-and-arrows`, :ref:`LBCreate`, :ref:`LBSetStartArrow`, :ref:`LBIsEndArrow` :sub:`id-1741574`