Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment Class / AddArticleReference Method / AddArticleReference(String,String,UInt32) Method
article's number
article's variant number
count of articles to add

In This Topic
    AddArticleReference(String,String,UInt32) Method
    In This Topic
    Adds a new Eplan.EplApi.DataModel.ArticleReference to the PlanningSegment.
    Syntax
    public virtual ArticleReference AddArticleReference( 
       string strArticleNR,
       string strVariantNR,
       uint nCount
    )
    public:
    virtual ArticleReference^ AddArticleReference( 
       String^ strArticleNR,
       String^ strVariantNR,
       uint nCount
    ) 

    Parameters

    strArticleNR
    article's number
    strVariantNR
    article's variant number
    nCount
    count of articles to add

    Return Value

    Article added to the PlanningSegment
    Exceptions
    ExceptionDescription
    Thrown when the Article cannot be added
    Thrown when strArticleNR is null.
    Thrown when strVariantNR is null.
    Thrown when there is too many article reference or IsArticleDataReadOnly is true.
    Thrown if IsFixedDevice is true.
    Remarks
    Stores the article from System article database in the Project
    See Also