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

dbGetPatternRegionAllowedPatterns

dbGetPatternRegionAllowedPatterns(
d_shapeId
)
=> l_patternNameList / nil 

Description

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

Arguments

d_shapeId

The ID of the shape.

Value Returned

l_patternNameList

The list of allowed pattern names.

nil

Returned in case of failure.

Example

dbGetPatternRegionAllowedPatterns(rect)
=> ("wsp1" "wsp2")

Return to top
 ⠀
X