| lcWndGetEntByID | Home |
|
HANDLE lcWndGetEntByID ( HANDLE hLcWnd, int Id ); |
| hLcWnd | |
| Handle to LiteCAD graphics window. | |
| Id | |
| Identifier of a graphic object (LC_PROP_ENT_ID property). | |
|
Handle to a graphic object. If an object with specified identifier is not found, the function returns NULL. |
| lcWndGetEntByIDH, lcWndGetEntByKey, lcBlockGetEntByID |