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

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

    See Also