Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / AddPart Method / AddPart(String,String) Method

AddPart(String,String) Method
Adds a new part into the parts database.
Syntax
public MDPart AddPart( 
   string sPartNr,
   string variant
)

Parameters

sPartNr
variant

Return Value

Created part
Exceptions
ExceptionDescription
If it is not possible to add a part
See Also