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

In This Topic
    Width Property (Rectangle)
    In This Topic
    Returns width of the rectangle.
    Syntax
    public double Width {get;}
    public:
    property double Width {
       double get();
    }

    Property Value

    Width in mm.
    Exceptions
    ExceptionDescription
    Thrown when width cannot be get.
    See Also