dbAddStrapObject
dbAddStrapObject(
d_strapId
d_dbId
)
=> t / nil
Description
Adds a database object to a specified strap pattern. The object must be of the type InstTerm, Via, or Shape. The object must be in the same database as the strap.
Arguments
|
The strap pattern ID to which the database object will be added. |
|
Value Returned
Examples
dbAddStrapObject(strap instTerm)
dbAddStrapObject(strap rect1)
dbAddStrapObject(strap via)
Related Topics
Topology Pattern Database Access Functions
Return to top