API Help
Eplan.EplApi.Base Namespace / ParserParameter Class / GridSize Property

In This Topic
    GridSize Property (ParserParameter)
    In This Topic
    The grid size in millimeters. p.e. "4#" means 4 times grid size
    Syntax
    public double GridSize {get; set;}
    public:
    property double GridSize {
       double get();
       void set (    double value);
    }
    See Also