API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_COPPERNUMBER Property / ARTICLE_COPPERNUMBER(Int32) Property

In This Topic
    ARTICLE_COPPERNUMBER(Int32) Property
    In This Topic
    Copper weight # 22066. This property isn't indexed.
    Syntax
    public MDPropertyValue ARTICLE_COPPERNUMBER( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_COPPERNUMBER {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type .
    Remarks

    Property of a part variant. Specifies the proportion of copper in the cable, entry is limited to 10 characters. Since copper is calculated on the current daily value, the copper price is calculated separately from the costs of manufacture of the cable and added to the cable price. In order to avoid minute numerical values, the unit kg/km is used for the entry, for example 33.

    The following formula can be used to calculate how high the copper price is:

    For 100 m cable: Copper weight*(CU-notation - Basic official price)/1000

    Example: Copper surcharge for the cable (N)YM(ST)-J5x1,5/1,5, Basic official price: 300, Day official price: 425

    Calculation: 7.7 * (425 - 300)/1000 = EUR 0.96 CU surcharge (for 100 m)

    See Also