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

dbAddPlaceAreaBackgroundDef

dbAddPlaceAreaBackgroundDef(
d_plcAreaId 
d_bgDefId
) 
=> t / nil

Description

Adds a reference to the specified placeArea object in the given backgroundDef. A warning message is displayed if the objects are not of the correct type.

Arguments

d_plcAreaId

Database ID of placeArea.

d_bgDefId

Database ID of backgroundDef.

Value Returned

t

A reference to the specified placeArea object is added to the specified backgroundDef.

nil

Returned in case of failure.

Examples

Adds a reference to the placement area object plcAreaId in the given background definition bgDefId.

dbAddPlaceAreaBackgroundDef(plcAreaId bgDefId)

Related Topics

Placement Database Access Functions


Return to top
 ⠀
X