API Help
Eplan.EplApi.DataModel.MasterData Namespace / PlotFrame Class / Size Property

In This Topic
    Size Property (PlotFrame)
    In This Topic
    Returns the exact size of the page's plot frame, takes into account page scale. The size is calculated from center of border lines.
    Syntax
    public PointD Size {get;}
    public:
    property PointD Size {
       PointD get();
    }

    Property Value

    Size of a page's plot frame which is calculated from center of border lines.
    See Also