Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Duct Class / Length Property

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