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

drdSelectConstraintGroupItem

drdSelectConstraintGroupItem(
t_constraintCategoryName
x_selectIndex
w_windowId
) 
=> t / nil

Description

Selects the constraint category in the Constraint Category column and displays the corresponding constraints in the Constraint column on the Filters tab of the DRD Options form.

Arguments

t_constraintCategoryName

Name of the constraint category.

x_selectIndex

Value indicating the selection states of a constraint category; 0 for deselection and 1 for selection.

w_windowId

The current window ID.

Value Returned

t

The command was successful.

nil

The command was unsuccessful.

Examples

drdSelectConstraintGroupItem("Spacing" 1 window(2))

It selects the Spacing category in the Constraint Category column and displays the corresponding constraints in the Constraint column.

drdSelectConstraintGroupItem("Spacing" 0 window(2))

It deselects the Spacing category in the Constraint Category column.


Return to top
 ⠀
X