Eplan Platform API
Eplan.EplApi.DataModel Namespace / IArticleUser Interface / CanHaveArticleData Property

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

    Property Value

    true : IArticleUser can have Articles

    false : IArticleUser cannot have Articles

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