Eplan Platform API
Eplan.EplApi.HEServices Namespace / TopologyService Class / RouteConnections Method / RouteConnections(ICollection<RoutedConnection>,Segment,Boolean) Method
Collection of topology connections which will be routed. Can't be null. Input parameter.
segment through which all connection from colConnections routed.
If true routed connection are shown in the GED.

In This Topic
    RouteConnections(ICollection<RoutedConnection>,Segment,Boolean) Method
    In This Topic
    Routes given topology connections using pointed segment.
    Syntax

    Parameters

    colConnections
    Collection of topology connections which will be routed. Can't be null. Input parameter.
    pSegment
    segment through which all connection from colConnections routed.
    bShowRoutedConnections
    If true routed connection are shown in the GED.
    Exceptions
    ExceptionDescription
    If any parameter is null.
    If any parameter is invalid.
    Failed to route connections. Please refer to the error message.
    An internal error occurred during routing. Please refer to the error message.
    Remarks

    If topology connection has a starting and ending symbol references on a one page, but one or both those Eplan.EplApi.DataModel.SymbolReference are not connected by segment to existing topology and this connection can be routed over this topology, then a new segments are created to complete the path. New segment is connected to the nearest routing point.

    See Also