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

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

    Property Value

    true : Connection can have Articles

    false : Connection cannot have Articles

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