| lcShapeGetPrevEnt | Home |
|
HANDLE lcShapeGetPrevEnt ( 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 before hEnt in the shape. If there are no entities before hEnt, the function returns NULL. |
|
lcShapeGetFirstEnt,
lcShapeGetNextEnt,
lcShapeGetLastEnt, Code sample |