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

In This Topic
    PartsService.ImportIdentifier Enumeration
    In This Topic
    Import Indentifier
    Syntax
    public enum PartsService.ImportIdentifier : System.Enum 
    public enum class PartsService.ImportIdentifier : public 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