Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / CanHaveArticleData Property

In This Topic
    CanHaveArticleData Property (Function)
    In This Topic
    Check if the Function can have Articles.
    Syntax
    public virtual bool CanHaveArticleData {get;}
    public:
    virtual property bool CanHaveArticleData {
       bool get();
    }

    Property Value

    true : Function can have Articles

    false : Function cannot have Articles

    Exceptions
    ExceptionDescription
    Thrown when the information cannot be retrieved from data model.
    Remarks
    Please mind that Functions of category ArticlePlacement can have only 1 ArticleReference object.
    See Also