Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticleReference Class / Article Property

In This Topic
    Article Property (ArticleReference)
    In This Topic
    Returns the article of this articlereference. This is the Article stored in the Project, can be NULL if the article is not found in Project.
    Syntax
    public Article Article {get;}
    public:
    property Article^ Article {
       Article^ get();
    }
    See Also