dam_getColInCond
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method gets the handle to the column on which a given condition applies. Use this method if you are using the dam_getSetOfConditionListsEx method to get restrictions on multiple columns and then stepping through these conditions. For each condition obtained using dam_getFirstCond or dam_getNextCond, call this method to determine the column involved in the condition.
int dam_getColInCond(
int64 hcond)
Parameters for dam_getColInCond
| Parameter | Type | Description |
| IN | ||
| hcond | int64 | The condition obtained from a DAM_HCONDLIST using dam_getFirstCond or dam_getNextCond. |
| RETURN | ||
| int64 | The handle to the column associated with the condition |