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

In This Topic
    HasPolylineAsLogicalArea Property (SegmentPlacement)
    In This Topic
    Returns true if the symbol's logical area is a polyline (consisting of segments) rather than just a rectangle.
    Syntax
    public override bool HasPolylineAsLogicalArea {get;}
    public:
    property bool HasPolylineAsLogicalArea {
       bool get() override;
    }
    See Also