API Help
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacement Class / Area Property

In This Topic
    Area Property
    In This Topic
    Location on Page and size of this object.
    Syntax
    public RectangleD Area {get; set;}
    public:
    property RectangleD Area {
       RectangleD get();
       void set (    RectangleD value);
    }
    See Also