API Help
Eplan.EplApi.HEServices Namespace / PartsService.ImportIdentifier Enumeration

PartsService.ImportIdentifier Enumeration
Import Indentifier
Syntax
public enum PartsService.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.HEServices.PartsService.ImportIdentifier

See Also