API Help
Eplan.EplApi.DataModel Namespace / IArticleUser Interface / AddArticleReference Method / AddArticleReference(String,String,UInt32) Method
article's number
article's variant number
count of articles to add

AddArticleReference(String,String,UInt32) Method
Adds a new ArticleReference to the IArticleUser. Returns the added ArticleReference.
Syntax

Parameters

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

Return Value

Article added to the IArticleUser
Exceptions
ExceptionDescription
Thrown when the Article cannot be added
Thrown when strArticleNR is null.
Thrown when strVariantNR is null.
Thrown when it was impossible to get valid property index.
Remarks
Stores the article from System article database in the Project
See Also