LBDestroyΒΆ

The LBDestroy function destroys the given line object and frees any memory that the line object occupies.

bool = LBDestroy(hLine)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hLine

Identifies the line object.

id-1061330