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

In This Topic
    SegmentPlacement Property
    In This Topic
    Returns placed representation of this planning segment.
    Syntax
    public SegmentPlacement SegmentPlacement {get;}
    public:
    property SegmentPlacement^ SegmentPlacement {
       SegmentPlacement^ get();
    }

    Property Value

    Returns placed placement or null if it does not exists.
    See Also