Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / SegmentTemplates Property

In This Topic
    SegmentTemplates Property
    In This Topic
    Returns array of all Eplan.EplApi.DataModel.Planning.SegmentTemplate from this Project.
    Syntax
    public SegmentTemplate[] SegmentTemplates {get;}
    public:
    property array<SegmentTemplate^>^ SegmentTemplates {
       array<SegmentTemplate^>^ get();
    }
    See Also