API Help
Eplan.EplApi.MasterData Namespace / MDPart Class / Duplicate Method / Duplicate(String,String) Method

In This Topic
    Duplicate(String,String) Method
    In This Topic
    Create a new part with identical data. That new part will get the given part number and variant
    Syntax
    public MDPart Duplicate( 
       string sPartnr,
       string sVariant
    )
    public:
    MDPart^ Duplicate( 
       String^ sPartnr,
       String^ sVariant
    ) 

    Parameters

    sPartnr
    sVariant

    Return Value

    the new part
    See Also