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

In This Topic
    Articles Property (Function)
    In This Topic
    Returns Articles that are referenced by Function, 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
    Remarks
    This function returns only articles which are stored in the project. Although function might contain reference to Article (which resists in system database), so in this case following Properties need to be used: FUNC_ARTICLE_PARTNR, FUNC_ARTICLE_VARIANT, FUNC_ARTICLE_COUNT etc.
    See Also