Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Function3D Class / ArticleReferences Property

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

    Property Value

    ArticleReferences related with the Function3D.
    Exceptions
    ExceptionDescription
    Thrown when internal query for Functions3D throws exception
    Remarks
    The property does not work for Functions retrieved from transient objects, like macros. In this case please use properties FUNC_ARTICLE_PARTNR, FUNC_ARTICLE_VARIANT, FUNC_ARTICLE_COUNT
    See Also