public void RouteConnections( ICollection<RoutedConnection> colConnections, Segment pSegment, bool bShowRoutedConnections )
public: void RouteConnections( ICollection<RoutedConnection^>^ colConnections, Segment^ pSegment, bool bShowRoutedConnections )
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.