API Help
Eplan.EplApi.DataModel.Planning Namespace / SegmentPlacement Class / GetLogicalArea Method

GetLogicalArea Method (SegmentPlacement)
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 override 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