dbIsImplicit
dbIsImplicit(
d_objectId
)
=> t / nil
Description
Verifies whether the object represented by the specified database ID is implicit. Supported objects: dbRailDef, dbBackgroundDef and dbCompTypeSetDef.
An implicit object is owned by a rowRegion. Implicit objects cannot be modified directly. However, they can be modified indirectly by changing their corresponding attributes in the rowRegionSpec. Otherwise, the rowRegion can be flattened and the objects owned by the rowRegion are no longer implicit.
Arguments
Value Returned
Examples
The object backgroundDefId is implicit.
dbIsImplicit(backgroundDefId)
=> t
Related Topics
Placement Database Access Functions
Return to top