API Help
Eplan.EplApi.HEServices Namespace / Renumber.Enums.DeviceTags Enumeration

In This Topic
    Renumber.Enums.DeviceTags Enumeration
    In This Topic
    Parameter enum for device tag numbering. The enum members can be combined by a logical or (|), e.g. OmitNumeratedBySPS | NumerateCables.
    Syntax
    public enum Renumber.Enums.DeviceTags : System.Enum 
    public enum class Renumber.Enums.DeviceTags : public System.Enum 
    Members
    MemberValueDescription
    NumerateCables4Also renumber cables, if their device tags contain source and target information.
    OmitNumeratedBySPS2Don't change device tags, which are influenced by PLC numbering.
    PostNumerate1If this flag is set, only invalid device tags (i.e. those containing '?' character) will be renumbered
    Inheritance Hierarchy

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

    See Also