Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / ArticleReferences Property

In This Topic
    ArticleReferences Property (Project)
    In This Topic
    Returns ArticleReferences that are referenced by Project.
    Syntax
    public virtual ArticleReference[] ArticleReferences {get;}
    public:
    virtual property array<ArticleReference^>^ ArticleReferences {
       array<ArticleReference^>^ get();
    }

    Property Value

    ArticleReferences related with the Project
    Exceptions
    ExceptionDescription
    Thrown when internal query for Projects throws exception
    See Also