Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment Class / TemplatesFromArticles Property

In This Topic
    TemplatesFromArticles Property
    In This Topic
    Returns set of templates from articles assigned to this object or to its segment template.
    Syntax
    public StorableObject[] TemplatesFromArticles {get;}
    public:
    property array<StorableObject^>^ TemplatesFromArticles {
       array<StorableObject^>^ get();
    }
    Remarks
    If SegmentTemplate is assigned then set of templates from articles of the segment template is returned. If not then set of templates from articles of this object is returned.
    See Also