Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment Class / LinkedWithSuperiorSegments Property

In This Topic
    LinkedWithSuperiorSegments Property
    In This Topic
    Returns all superior segments for this object.
    Syntax
    public PlanningSegment[] LinkedWithSuperiorSegments {get;}
    public:
    property array<PlanningSegment^>^ LinkedWithSuperiorSegments {
       array<PlanningSegment^>^ get();
    }
    See Also