dam_getNextValExp
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
This method gets the next argument that is passed into a scalar function implemented by the IP. Use the method dam_getValueTypeOfExp to get the value of the argument.
long dam_getNextValExp(long hValExpList)
Parameters for dam_getNextValExp
| Parameter | Type | Description |
| INPUT | ||
| hValExpList | long | The argument list handle as passed into the scalar function. |
| RETURN | ||
| long | The handle to the next argument. A 0 is returned if at the end of the list. | |