Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

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

t_CategoryName

Name of the constraint category.

x_toggleValue

Value indicating the different selection states of a constraint category; 0 for deselection, 1 for partial selection, and 2 for complete selection.

w_windowId

The current window ID.

Value Returned

t

The state of the constraint category was changed.

nil

The state of the constraint category could not be changed.

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))

It selects the Area category.


Return to top
 ⠀
X