Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbSetPatternRegionAllowedPatternGroups

dbSetPatternRegionAllowedPatternGroups(
d_shapeId
l_groupNameList
)
=> t / nil 

Description

(ICADVM20.1 Only) Sets the given allowed pattern groups for the specified shape.

Arguments

d_shapeId

The ID of the shape.

l_groupNameList

The list of the allowed pattern groups.

Value Returned

t

The allowed pattern groups were set successfully for the specified shape.

nil

Returned in case of failure.

Example

dbSetPatternRegionAllowedPatternGroups(rect '("wspg1" "wspg2"))
=> t

Return to top
 ⠀
X