| lcBlockSelectEnt | Home |
|
BOOL lcBlockSelectEnt ( HANDLE hBlock, HANDLE hEntity, BOOL bSelect ); |
| hBlock | |
| Handle to a block. | |
| hEntity | |
|
Handle to a graphic object. If NULL specified then this function will be applied to all objects of the block. | |
| bSelect | |
|
If TRUE (nonzero) then object will be selected. If FALSE (zero) then object will be unselected. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcBlockUnselect |