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

In This Topic
    Articles Property (Connection)
    In This Topic
    Returns Articles that are referenced by Connection, and only those that are stored in project database.
    Syntax
    public virtual Article[] Articles {get;}
    public:
    virtual property array<Article^>^ Articles {
       array<Article^>^ get();
    }

    Property Value

    Articles related with the Function
    Exceptions
    ExceptionDescription
    Thrown when internal query for connections throws exception
    See Also