Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / GetCustomer Method
The short name of the customer that is searched.

In This Topic
    GetCustomer Method
    In This Topic
    Gets a customers that ist stored in the parts database.
    Syntax
    public MDAddress GetCustomer( 
       string shortName
    )
    public:
    MDAddress^ GetCustomer( 
       String^ shortName
    ) 

    Parameters

    shortName
    The short name of the customer that is searched.
    Remarks
    returns null, if the customer is not found.
    See Also