Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Function3D Class / AddArticleReference Method / AddArticleReference(String) Method
number of added article

In This Topic
    AddArticleReference(String) Method
    In This Topic
    Syntax
    public virtual ArticleReference AddArticleReference( 
       string strArticleNR
    )
    public:
    virtual ArticleReference^ AddArticleReference( 
       String^ strArticleNR
    ) 

    Parameters

    strArticleNR
    number of added article

    Return Value

    ArticleReference added to the Function3D
    Exceptions
    ExceptionDescription
    Thrown when the Article cannot be added
    Thrown when this Function3D cannot have Articles
    Thrown when strArticleName is null.
    When 2nd ArticleReference is added to a Function3D having ArticlePlacement category
    Remarks
    Stores the article from System article database in the Project. Adds one article with variant 1 and count 1. Functions3D of category ArticlePlacement can have only 1 ArticleReference object.
    See Also