Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Function3D Class / RemoveArticleReference Method
The articlereference to remove

In This Topic
    RemoveArticleReference Method (Function3D)
    In This Topic
    Removes the ArticleReference from the Function.
    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 from this Function3D.
    Thrown if Eplan.EplApi.DataModel.E3D.Function3D.get_IsFixedDevice is true.
    Remarks
    The articlereference must belong to the Function3D.
    See Also