LBSetStartArrowΒΆ

LBSetStartArrow shows or hides the arrow tip of a line drawing object.

bool = LBSetStartArrow(hLine, bStart)

Return Value

If the function succeeds, the return value bool is TRUE (1).

If the function fails, the return value is FALSE (0).

Parameters

hLine

Identifies the line object.

bStart

bStart is TRUE (1) when the arrow tip is visible and FALSE (0) if it is not.

id-1679692