dbSetTrunkSide
dbSetTrunkSide(
d_trunkId
t_side
)
=> t / nil
Description
Sets the side value for the specified trunk pattern ID. The valid side values are bottom, top, left, and right.
Arguments
|
The side value that must be set for the specified trunk pattern ID. |
Value Returned
|
The side value was not set for the specified trunk pattern ID. |
Examples
dbSetTrunkSide(trunk1 "top")
Related Topics
Topology Pattern Database Access Functions
Return to top