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

dbSetPatternRegionActivePattern

dbSetPatternRegionActivePattern(
d_shapeId
t_patternName
)
=> t / nil 

Description

(ICADVM20.1 Only) Sets the given active pattern for the specified shape.

Arguments

d_shapeId

The ID of the shape.

t_patternName

The name of the active pattern.

Value Returned

t

The active pattern was set successfully for the specified shape.

nil

Returned in case of failure.

Example

dbSetPatternRegionActivePattern(rect "wsp1")
=> t
dbGetPatternRegionActivePattern(rect)
=> "wsp1"

Return to top
 ⠀
X