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

dbAddRowBackgroundDef

dbAddRowBackgroundDef(
d_rowId
d_bgDefId
)
=> t / nil

Description

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

Arguments

d_rowId

Database ID of the row.

d_bgDefId

Database ID of the backgroundDef.

Value Returned

t

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

nil

Returned in case of failure.

Examples

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

dbAddRowBackgroundDef(rowId bgDefId)

Related Topics

Placement Database Access Functions


Return to top
 ⠀
X