Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / RemoveArticleReference Method
The articlereference to remove

RemoveArticleReference Method (Project)
Removes the ArticleReference from the Project
Syntax
public virtual void RemoveArticleReference( 
   ArticleReference artRef
)

Parameters

artRef
The articlereference to remove
Exceptions
ExceptionDescription
Thrown when artRef is null.
Thrown when the object in the articlereference is not this Project
Remarks
The articlereference must belong to the Project.
See Also