Eplan Platform API
Eplan.EplApi.DataModel Namespace / IArticleUser Interface / AddArticleReference Method / AddArticleReference(String) Method
number of added article

In This Topic
    AddArticleReference(String) Method
    In This Topic
    Adds a new ArticleReference to the IArticleUser. Returns the added ArticleReference.
    Syntax
    ArticleReference AddArticleReference( 
       string strArticleNR
    )
    ArticleReference^ AddArticleReference( 
       String^ strArticleNR
    ) 

    Parameters

    strArticleNR
    number of added article

    Return Value

    ArticleReference added to the IArticleUser
    Exceptions
    ExceptionDescription
    Thrown when the Article cannot be added
    Thrown when this IArticleUser cannot have Articles
    Thrown when strArticleName is null.
    Remarks
    Stores the article from System article database in the Project Adds one article with variant 1 and count 1
    See Also