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

dbGetPatternRegionActivePattern

dbGetPatternRegionActivePattern(
d_shapeId
)
=> t_patternName / nil 

Description

(ICADVM20.1 Only) Returns the name of the currently set active pattern for the specified shape.

Arguments

d_shapeId

The ID of the shape.

Value Returned

t_patternName

The name of the active pattern.

nil

Returned in case of failure.

Example

dbGetPatternRegionActivePattern(rect)
=> "wsp1"
dbGetPatternRegionActivePattern(rect1)
=> nil

Return to top
 ⠀
X