dbSetTrunkLongOffset1
dbSetTrunkLongOffset1(
d_trunkId
f_longitudinalOffset1
)
=> t / nil
Description
Sets the longitudinal offset1 value for the specified trunk pattern.
Arguments
|
The trunk pattern ID whose longitudinal offset1 value must be set. |
|
|
The longitudinal offset1 value that must be set for the specified trunk pattern ID. |
|
Value Returned
|
The longitudinal offset1 value was set for the specified trunk pattern ID. |
|
|
The longitudinal offset1 value was not set for the specified trunk pattern ID. |
Examples
dbSetTrunkLongOffset1(trunk1 4.0)
Related Topics
Topology Pattern Database Access Functions
Return to top