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

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

    See Also