getVal method
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
Get the value of the specified field in the xo_tm object.
int getVal(int field)
Parameters for getVal
| Parameter | Type | Description |
| INPUT | ||
| field | int | The field to get. See Using the setVal method with a selected field for the field identifier constants. |
| RETURN | ||
| int | The value of the specified field. | |