public virtual PointD[] GetBoundingBox()
public: virtual array<PointD>^ GetBoundingBox();
Return Value
Two points are always returned. First one is a lower-left corner and second is upper-right corner of bounding box.
public virtual PointD[] GetBoundingBox()
public: virtual array<PointD>^ GetBoundingBox();
| Exception | Description |
|---|---|
| Eplan.EplApi.Base.BaseException | Thrown when something went wrong in internal function. |
| System.InvalidOperationException | Thrown when bounding box cannot be calculated. |
GetBoundingBox property Page can't be null.