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

MDPartsDatabase.ImportIdentifier Enumeration
Import Identifier
Syntax
public enum MDPartsDatabase.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.MDPartsDatabase.ImportIdentifier

See Also