Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment Class / DeleteLink Method
Segment for which link will be deleted.

In This Topic
    DeleteLink Method
    In This Topic
    Deletes a link from this object that links given targetSegment.
    Syntax
    public bool DeleteLink( 
       PlanningSegment targetSegment
    )
    public:
    bool DeleteLink( 
       PlanningSegment^ targetSegment
    ) 

    Parameters

    targetSegment
    Segment for which link will be deleted.

    Return Value

    Returns false when targetSegment is from different project.
    Remarks
    In case there are multiple identical segments, only first will be removed.
    See Also