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

dbGetPatternRegionAllowedPatternGroups

dbGetPatternRegionAllowedPatternGroups(
d_shapeId
)
=> l_groupNameList / nil 

Description

(ICADVM20.1 Only) Returns a list of allowed pattern groups for the specified shape.

Arguments

d_shapeId

The ID of the shape.

Value Returned

l_groupNameList

The list of allowed pattern groups.

nil

Returned in case of failure.

Example

dbGetPatternRegionAllowedPatternGroups(rect)
=> ("wspg1" "wspg2")

Return to top
 ⠀
X