dbSetTwigObject
dbSetTwigObject(
d_twigId
d_dbId
)
=> t / nil
Description
Sets the database object for the specified twig ID. A twig can have only one object and that is one of the following: InstTerm, Via, MPPShape, or a Strap.
Arguments
|
The database object ID that must be set for the specified twig ID. |
Value Returned
|
The database object was not set for the specified twig ID or the specified database ID is not an InstTerm, Via, MPP Shape, or a Strap. |
Examples
dbSetTwigObject(twig via)
dbSetTwigObject(twig instTerm)
Related Topics
Topology Pattern Database Access Functions
Return to top