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

In This Topic
    SegmentTemplate Property
    In This Topic
    Segment template assigned to this object.
    Syntax
    public SegmentTemplate SegmentTemplate {get; set;}
    public:
    property SegmentTemplate^ SegmentTemplate {
       SegmentTemplate^ get();
       void set (    SegmentTemplate^ value);
    }
    See Also