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

In This Topic
    ArticleModules Property
    In This Topic
    Returns an array of Article.Module objects representing module items. Array contains a lists of subparts structured by device tag (DT).
    Syntax
    public Article.Module[] ArticleModules {get;}
    public:
    property array<Article.Module^>^ ArticleModules {
       array<Article.Module^>^ get();
    }
    Remarks
    This property makes sense only for article that is a module. If this article is not a module or it doesn't contain any module subparts, an empty array is returned.
    See Also