Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / AddManufacturer Method
The short name of the manufacturer will be added.

In This Topic
    AddManufacturer Method
    In This Topic
    Adds a new manufacturer to the parts data
    Syntax
    public MDAddress AddManufacturer( 
       string shortName
    )
    public:
    MDAddress^ AddManufacturer( 
       String^ shortName
    ) 

    Parameters

    shortName
    The short name of the manufacturer will be added.
    Exceptions
    ExceptionDescription
    If manufacturer already exists.
    Remarks
    The short name has to be unique in the manufacture list of the parts database.
    See Also