Eplan Platform API
Eplan.EplApi.HEServices Namespace / Renumber.Enums.TerminalsWithAlphabeticalCharacters Enumeration

In This Topic
    Renumber.Enums.TerminalsWithAlphabeticalCharacters Enumeration
    In This Topic
    Parameter enum how terminals or pins with alphabetical elements in the designation should be numbered: .
    Syntax
    public enum Renumber.Enums.TerminalsWithAlphabeticalCharacters : System.Enum 
    public enum class Renumber.Enums.TerminalsWithAlphabeticalCharacters : public System.Enum 
    Members
    MemberValueDescription
    DontModify0Terminals or pins with alphabetical elements in the designation are ignored during numbering.
    KeepAlphabeticalElements1The alphabetical elements of the terminal or pin designation are retained. The first numeric elements are renumbered. If the designation only has alphabetical elements, the old designation is attached to the new numbering. Sequential terminals with different counters but the same numerical component receive the same numerical component in the counter even after the numbering.
    Number2All terminals / pins are renumbered. In doing so, the old designation is overwritten
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.HEServices.Renumber.Enums.TerminalsWithAlphabeticalCharacters

    See Also