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

In This Topic
    ARTICLEREF_LENGTH_SUM(Int32) Property
    In This Topic
    Total length with unit of the project # 20513. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue ARTICLEREF_LENGTH_SUM( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLEREF_LENGTH_SUM {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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