API Help
Eplan.EplApi.DataModel Namespace / MergedArticleReferencePropertyList Class / ARTICLEREF_LENGTH_SUM Property / ARTICLEREF_LENGTH_SUM Property

In This Topic
    ARTICLEREF_LENGTH_SUM Property
    In This Topic
    Total length with unit of the project # 20513.
    Syntax
    public PropertyValue ARTICLEREF_LENGTH_SUM {get; set;}
    public:
    property PropertyValue^ ARTICLEREF_LENGTH_SUM {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type .
    Remarks

    This property is read-only..

    This property totals up the lengths of all the functions (for example connections, routing paths, busbars, etc.) having the same part. The length unit is specified in the project settings for connections. You can use the property in forms for the parts list, for example in calculation formulas for calculating the order length.

    See Also