API Help
Eplan.EplApi.DataModel.Topology Namespace / RoutedConnection Class / PathSegments Property

In This Topic
    PathSegments Property
    In This Topic
    Array of Segment by which this connection is passing through.
    Syntax
    public Segment[] PathSegments {get; set;}
    public:
    property array<Segment^>^ PathSegments {
       array<Segment^>^ get();
       void set (    array<Segment^>^ value);
    }

    Property Value

    Returns array containing path segments or empty array.
    Remarks
    Can be set as null value. This is treated as empty array.
    See Also