Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment Class / RemoveArticleReference Method
The articlereference to remove

In This Topic
    RemoveArticleReference Method (PlanningSegment)
    In This Topic
    Removes the ArticleReference from the PlanningSegment
    Syntax
    public virtual void RemoveArticleReference( 
       ArticleReference artRef
    )
    public:
    virtual void RemoveArticleReference( 
       ArticleReference^ artRef
    ) 

    Parameters

    artRef
    The articlereference to remove
    Exceptions
    ExceptionDescription
    Thrown when artRef is null.
    Thrown when the object in the articlereference is not this PlanningSegment
    Thrown when IsArticleDataReadOnly is true.
    Thrown if IsFixedDevice is true.
    Remarks
    The articlereference must belong to the PlanningSegment.
    See Also