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
Value Returned
|
A reference to the specified placeArea object is added to the specified backgroundDef. |
|
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