drdCheckedConstraintGroupItem
drdCheckedConstraintGroupItem(
t_CategoryName
x_toggleValue
w_windowId
)
=> t / nil
Description
Toggles the state of a constraint category in the Constraint Category column on the Filters tab of the DRD Options form.
Arguments
|
Value indicating the different selection states of a constraint category; |
|
Value Returned
Examples
drdCheckedConstraintGroupItem("Width" 0 window(2))
It deselects the Width category.
drdCheckedConstraintGroupItem("Length" 1 window(2))
It selects the Length category partially.
drdCheckedConstraintGroupItem("Area" 2 window(2))
Return to top