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

In This Topic
GetManufacturer Method
In This Topic
Gets a manufacturer with the given name that is stored in the parts database.
Syntax
public MDAddress GetManufacturer( 
   string shortName
)

Parameters

shortName
The short name of the manufacturer that is searched.
Remarks
Returns the found manufacturer (MDAddress object) - otherwise null, if the manufacturer is not found.
See Also