Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / RemoveCustomer Method
The customer that will be removed.

In This Topic
    RemoveCustomer Method
    In This Topic
    Removes a customer out of the parts database.
    Syntax
    public void RemoveCustomer( 
       MDAddress customer
    )
    public:
    void RemoveCustomer( 
       MDAddress^ customer
    ) 

    Parameters

    customer
    The customer that will be removed.
    Remarks
    After removing the customer, the object is invalid.
    See Also