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

In This Topic
    ARTICLEREF_CABLE_LENGTH_SUM(Int32) Property
    In This Topic
    Total cable length # 20500. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue ARTICLEREF_CABLE_LENGTH_SUM( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLEREF_CABLE_LENGTH_SUM {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    This property is read-only..

    Placeholder for the summarized parts list, for one cable part, this adds up all lengths of the cables taken into consideration in the report block and for which this cable part is entered. Every cable is considered only once here. The system recognizes a cable part by the fact that the product group "Cables" and the product subgroup "Undefined" are specified on the part.

    See Also