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

In This Topic
    AddPart(String,String) Method
    In This Topic
    Adds a new part into the parts database.
    Syntax
    public MDPart AddPart( 
       string sPartNr,
       string variant
    )
    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