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

dbHasPatternRegionActivePattern

dbHasPatternRegionActivePattern(
d_shapeId
)
=> t / nil 

Description

(ICADVM20.1 Only) Determines whether the specified shape has an associated active pattern.

Arguments

d_shapeId

The ID of the shape.

Value Returned

t

The specified shape has an associated active pattern.

nil

Returned in case of failure.

Example

dbHasPatternRegionActivePattern(rect)
=> nil
dbSetPatternRegionActivePattern(rect "wsp1")
=> t
dbHasPatternRegionActivePattern(rect)
=> t

Return to top
 ⠀
X