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

AddArticleReference(String) Method
Adds a new ArticleReference to the IArticleUser. Returns the added ArticleReference.
Syntax
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