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

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

    Property Value

    true : Project can have Articles

    false : Project cannot have Articles

    Exceptions
    ExceptionDescription
    Thrown when the information cannot be retrieved from data model.
    See Also