Eplan Platform API
Eplan.EplApi.DataModel Namespace / SymbolReference Class / LogicalAreaSegments Property

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