dam_getValueTypeOfExp
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
This method gets the value type of the argument passed into a scalar method implemented by the IP. This method is used when the output type of the scalar method is to be determined based on one of the arguments’ types.
Use the methods dam_getFirstValExp and dam_getNextValExp to step through the argument list.
int dam_getValueTypeOfExp(
int64 pMemTree,
int64 hValExpList,
int64 hValExp)
Parameters for dam_ValueTypeOfExp
| Parameter | Type | Description |
| IN | ||
| pMemTree | int64 | The memory tree to use for temporary storage |
| hValExpList | int64 | The list of arguments as passed into the scalar function |
| hValExp | int64 | The argument for which you want to retrieve the data |
| RETURN | ||
| int | The data type of the value expression.See Table 33. |