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

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