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

dbSetPatternRegionShiftColor

dbSetPatternRegionShiftColor(
d_shapeId
g_shiftColor
)
=> t / nil

Description

(ICADVM20.1 Only) Determines whether shift color is enabled for the specified shape.

Arguments

d_shapeId

The ID of the shape.

g_shiftColor

The shift color boolean flag.

Value Returned

t

Shift color is successfully set for the specified shape.

nil

Returned in case of failure.

Example

dbGetPatternRegionShiftColor(rect)
=> nil

Return to top
 ⠀
X