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

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