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

In This Topic
    Article Property (Article.Assembly)
    In This Topic
    Returns the article of this assembly.
    Syntax
    public Article Article {get;}
    public:
    property Article^ Article {
       Article^ get();
    }

    Property Value

    Article if it is stored in the project or null.
    See Also