API Help
Eplan.EplApi.DataModel.E3D Namespace / Area Class / Size Property

In This Topic
    Size Property (Area)
    In This Topic
    Size of the area.
    Syntax
    public PointD Size {get; set;}
    public:
    property PointD Size {
       PointD get();
       void set (    PointD value);
    }
    See Also