Eplan Platform API
Eplan.EplApi.DataModel Namespace / Page Class / GridSize Property

In This Topic
    GridSize Property (Page)
    In This Topic
    Gets/sets the size of the page's grid.
    Syntax
    public double GridSize {get; set;}
    public:
    property double GridSize {
       double get();
       void set (    double value);
    }
    See Also