Eplan Platform API
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. 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. Page scale is not considered.
    See Also