Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment Class / CreateLink Method / CreateLink(PlanningSegment) Method
Segment which will be linked under this object.

In This Topic
    CreateLink(PlanningSegment) Method
    In This Topic
    Creates a link between this object and given targetSegment.
    Syntax
    public bool CreateLink( 
       PlanningSegment targetSegment
    )
    public:
    bool CreateLink( 
       PlanningSegment^ targetSegment
    ) 

    Parameters

    targetSegment
    Segment which will be linked under this object.

    Return Value

    Returns false when targetSegment is from different project.
    See Also