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

dbHasPatternRegionInfo

dbHasPatternRegionInfo(
d_shapeId
)
=> t / nil 

Description

(ICADVM20.1 Only) Determines whether the specified shape contains pattern region information.

Arguments

d_shapeId

The ID of the shape.

Value Returned

t

The specified shape contains pattern region information.

nil

Returned in case of failure.

Example

dbHasPatternRegionInfo(rect)
=> nil
dbSetPatternRegionAllowedPatterns(rect '("wsp1" "wsp2"))
=> t
dbHasPatternRegionInfo(rect)
=> t

Return to top
 ⠀
X