| lcBlockGetNextEnt | Home |
|
HANDLE lcBlockGetNextEnt ( HANDLE hBlock, HANDLE hEnt ); |
| hBlock | |
| Handle to a block. | |
| hEnt | |
| Handle to a graphic object. | |
|
Handle to the graphic object that is placed after hEnt in the the block. If there are no objects after hEnt, the function returns NULL. |
| By default, the function don't retrieve an object which is marked as "deleted" (LC_PROP_ENT_DELETED). In order to retrieve it, set property LC_PROP_G_GETDELENT to TRUE. |
| lcBlockGetFirstEnt, lcBlockGetLastEnt, lcBlockGetPrevEnt |