LayerDestroyΒΆ

LayerDestroy destroys the given layer and frees any memory the layer occupied.

bool = LayerDestroy(hLayer)

Return Value

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

Parameters

hLayer

Identifies the layer.

id-1933980