dam_getNextCondList
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method is used to navigate through the set of condition lists that was obtained by calling dam_getSetOfConditionListsEx or dam_getOptimalIndexAndConditions. This method gets the next condition list from the set of conditions.
int64 dam_getNextCondList(int64 hset_of_condlist)
Parameters for dam_getNextCondList
| Parameter | Type | Description |
| IN | ||
| hset_of_condlist | int64 | The handle to the set of condition lists |
| RETURN | ||
| int64 | The next condition list handle. 0 is returned at the end of the list. |