Eplan Platform API
Eplan.EplApi.DataModel Namespace / SymbolReference Class / GetLogicalArea Method

In This Topic
    GetLogicalArea Method (SymbolReference)
    In This Topic
    Returns a rectangle which is the logical area of the object derived from SymbolReference. For objects having symbols consisting of segments, this method returns the bounding box of the polyline created by those segments.
    Syntax
    public virtual RectangleD GetLogicalArea()
    public:
    virtual RectangleD GetLogicalArea(); 
    Exceptions
    ExceptionDescription
    Thrown when the object doesn't have a logical area.
    Remarks
    Logical area is a region where something that belongs to the object represented by the symbol can be placed in. This term applies only to some special kinds of functions - those having resizable symbol that encompasses other symbols (e.g. macro box, location box, a cable's shielding, cable definition line).
    See Also