API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / Customers Property

In This Topic
    Customers Property
    In This Topic
    Gets all customers that are stored in the parts database.
    Syntax
    public MDAddress[] Customers {get;}
    public:
    property array<MDAddress^>^ Customers {
       array<MDAddress^>^ get();
    }
    Remarks
    The customers are sorted by it's short name
    See Also