Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsManagement.ImportIdentifier Enumeration

MDPartsManagement.ImportIdentifier Enumeration
Import Indentifier
Syntax
public enum MDPartsManagement.ImportIdentifier : System.Enum 
Members
MemberValueDescription
PartNumber0Find the same parts with the partnumber
UniqueId1Find the same parts with the unique id
UniqueIdOptPartNumber2Find the same parts with the unique id and the partnumber, if unique id is missing.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Eplan.EplApi.MasterData.MDPartsManagement.ImportIdentifier

See Also