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
)

Parameters

sPartnr
sVariant

Return Value

the new part
See Also