Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / Manufacturers Property

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