API Help
Eplan.EplApi.DataModel Namespace / Project Class / Articles Property

In This Topic
    Articles Property (Project)
    In This Topic
    Returns Articles of the Project.
    Syntax
    public virtual Article[] Articles {get;}
    public:
    virtual property array<Article^>^ Articles {
       array<Article^>^ get();
    }

    Property Value

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