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

dbSetPatternRegionWidthSpacingSnapPatternDefName

dbSetPatternRegionWidthSpacingSnapPatternDefName(
d_dbShapeId
t_defName
)
=> t / nil 

Description

(ICADVM20.1 Only) Sets the widthSpacingSnapPatternDef name on the specified pattern region. The widthSpacingSnapPatternDef must already exist.

Arguments

d_dbShapeId

ID of a pattern region.

t_defName

Name of the widthSpacingSnapPatternDef to be stored for the pattern region.

Return value

t

Returned if the widthSpacingSnapPatternDef name has been set.

nil

Returned in case of failure.

Example

Sets the widthSpacingSnapPatternDef name newWSSPDef on the pattern region region.

dbSetPatternRegionWidthSpacingSnapPatternDefName(region "newWSSPDef")


Return to top
 ⠀
X