Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / RoutingSegment Class / RoutedConnections Property

In This Topic
    RoutedConnections Property
    In This Topic
    Connection which are routed by this segment.
    Syntax
    public Connection3D[] RoutedConnections {get;}
    public:
    property array<Connection3D^>^ RoutedConnections {
       array<Connection3D^>^ get();
    }
    See Also