API Help
Eplan.EplApi.DataModel.E3D Namespace / Plane Class / FieldSize Property

In This Topic
    FieldSize Property
    In This Topic
    Size of NC field. (x == width, y == height)
    Syntax
    public PointD FieldSize {get; set;}
    public:
    property PointD FieldSize {
       PointD get();
       void set (    PointD value);
    }
    See Also