dam_getColInCond
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- 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.
long dam_getColInCond(long hcond)
Parameters for dam_getColInCond
| Parameter | Type | Description |
| INPUT | ||
| hcond | long | The condition obtained from a DAM_HCONDLIST using dam_getFirstCond or dam_getNextCond. |
| RETURN | ||
| long | The handle to the column associated with the condition. | |