API Help
Eplan.EplApi.DataModel Namespace / IArticleUser Interface
Members

In This Topic
    IArticleUser Interface
    In This Topic
    Defines methods to manipulate article references.
    Syntax
    public interface IArticleUser 
    public interface class IArticleUser 
    Public Properties
     NameDescription
     PropertyReturns ArticleReferences that are referenced by IArticleUser.  
     PropertyCheck if the IArticleUser can have Articles.  
    Top
    Public Methods
     NameDescription
     MethodOverloaded. Adds a new ArticleReference to the IArticleUser. Returns the added ArticleReference.  
     MethodRemoves the ArticleReference from the IArticleUser  
    Top
    See Also