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

AddManufacturer Method
Adds a new manufacturer to the parts data
Syntax
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