API Help
Eplan.EplApi.DataModel.Graphics Namespace / Line Class / Width Property

In This Topic
    Width Property (Line)
    In This Topic
    Returns Line's width.
    Syntax
    public double Width {get; set;}
    public:
    property double Width {
       double get();
       void set (    double value);
    }

    Property Value

    Line's width in mm.
    See Also