API Help
Eplan.EplApi.DataModel.Planning Namespace / SegmentPlacement Class / LogicalAreaSegments Property

In This Topic
    LogicalAreaSegments Property (SegmentPlacement)
    In This Topic
    Gets/Sets an array of segments that the symbol's logical area may consist of.
    Syntax
    public override SymbolReference.Segment[] LogicalAreaSegments {set;}
    public:
    property array<SymbolReference.Segment^>^ LogicalAreaSegments {
       void set (    array<SymbolReference.Segment^>^ value) override;
    }
    Remarks
    Note: After setting the logical area with the Eplan.EplApi.DataModel.SymbolReference.SetLogicalArea method this property returns an array containing 3 segments (that represent a rectangular area)
    See Also