API Help
Eplan.EplApi.DataModel.E3D Namespace / BarBase Class / Length Property

In This Topic
    Length Property (BarBase)
    In This Topic
    Returns length of this object.
    Syntax
    public virtual double Length {get; set;}
    public:
    virtual property double Length {
       double get();
       void set (    double value);
    }
    Exceptions
    ExceptionDescription
    Length must be grater then zero.
    Failed to set the length.
    See Also