| lcLayerClear | Home |
|
BOOL lcLayerClear ( HANDLE hLayer, HANDLE hBlock ); |
| hLayer | |
| Handle to a layer. | |
| hBlock | |
| Handle to a block which contains entities. If NULL, then this function will delete entities (associated with the layer) from all blocks. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| Code sample, lcBlockClear |