API Help
Eplan.EplApi.DataModel Namespace / IArticleUser Interface / RemoveArticleReference Method
The articlereference to remove

RemoveArticleReference Method (IArticleUser)
Removes the ArticleReference from the IArticleUser
Syntax
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 IArticleUser
Thrown if Eplan.EplApi.DataModel.Function.IsFixedDevice is true.
Remarks
The articlereference must belong to the IArticleUser.
See Also