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

In This Topic
    ARTICLEREF_TOTALPURCHASEPRICE_2(Int32) Property
    In This Topic
    Total purchase price Currency 2 # 20504. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue ARTICLEREF_TOTALPURCHASEPRICE_2( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLEREF_TOTALPURCHASEPRICE_2 {
       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..

    Total purchase price of the required packaging (currency 2)

    See Also