damex_getNextCaseElem
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
This method returns a handle to the next WHEN-THEN Case element of the CASE expression. Use it to navigate the WHEN-THEN list in the CASE expression. Call it after calling damex_getFirstCaseElem.
long damex_getNextCaseElem(long hCaseElemList)
Parameters for damex_getNextCaseElem
| Parameter | Type | Description |
| INPUT | ||
| hCaseElemList | long | Case element list handle. |
| RETURN | ||
| long | The handle to the next WHEN-THEN Case element. Use damex_describeCaseElem to get the details of the element. | |