damex_getFirstCaseElem
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function returns a handle to the first WHEN-THEN Case element of the CASE expression. It is used to navigate the WHEN-THEN list in the CASE expression.
DAM_HCASE_ELEM damex_getFirstCaseElem(
DAM_HCASE_ELEM_LIST hCaseElemList)
Parameters for damex_getFirstCaseElem
| Parameter | Type | Description |
| IN | ||
| hCaseElemList | DAM_HCASE_ELEM_LIST | Case element list handle. |
| RETURN | ||
| DAM_HCASE_ELEM | The handle to the first WHEN-THEN Case element. Use damex_describeCaseElem to get the details of the element. |
See also