Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / SegmentTemplate Class / SubordinateSegmentTemplates Property

In This Topic
    SubordinateSegmentTemplates Property
    In This Topic
    Returns and assigns subordinate segment templates
    Syntax
    public SegmentTemplate[] SubordinateSegmentTemplates {get; set;}
    public:
    property array<SegmentTemplate^>^ SubordinateSegmentTemplates {
       array<SegmentTemplate^>^ get();
       void set (    array<SegmentTemplate^>^ value);
    }
    See Also