mgGetTopoTrunkShapes
mgGetTopologyFromModgen(d_topoTrunkId) =>l_shapeIds/ nil
Description
Retrieves the shapes associated with a topological trunk.
Arguments
Value Returned
|
List of shapes associated with the specified topological trunk. |
|
Example
Returns a list of shapes for the trunk pathSeg.
trunk = mgGetTrunkTopo(css())
mgGetTopoTrunkShapes(trunk)
Return to top