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

In This Topic
    ArticleAssemblies Property
    In This Topic
    Returns an array of Article.Assembly objects representing parts of an assembly.
    Syntax
    public Article.Assembly[] ArticleAssemblies {get;}
    public:
    property array<Article.Assembly^>^ ArticleAssemblies {
       array<Article.Assembly^>^ get();
    }
    Remarks
    If this article is not an assembly or it doesn't contain any assembly parts, an empty array is returned.
    See Also