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

In This Topic
    Renumber.Enums.Extent Enumeration
    In This Topic
    Parameter enum to define the scope of numbering:
    Syntax
    public enum Renumber.Enums.Extent : System.Enum 
    public enum class Renumber.Enums.Extent : public System.Enum 
    Members
    MemberValueDescription
    AllSelectedTerminalStrips1All terminals of the same strip as selected terminal will be numbered.
    Selected0Only the selected terminals or pins will be numbered.
    Inheritance Hierarchy

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

    See Also