| lcShapeGetNextEnt | Home |
|
HANDLE lcShapeGetNextEnt ( HANDLE hShape, HANDLE hEnt ); |
| hShape | |
| Handle to a shape object. | |
| hEnt | |
| Handle to an entity. The entity must be a part of the shape. | |
| Handle to the entity which is placed after hEnt in the shape. If there are no entities after hEnt, the function returns NULL. |
|
lcShapeGetFirstEnt,
lcShapeGetLastEnt,
lcShapeGetPrevEnt, Code sample |