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

In This Topic
    Renumber.Enums.DeviceTagsWithPLCOverwrition Enumeration
    In This Topic
    Parameter enum for device tag numbering with PLC data.
    Syntax
    public enum Renumber.Enums.DeviceTagsWithPLCOverwrition : System.Enum 
    public enum class Renumber.Enums.DeviceTagsWithPLCOverwrition : public System.Enum 
    Members
    MemberValueDescription
    All0Renumber all device tags.
    MarkedAsNumeratedByPLC1Except devices tags marked as numbered by PLC numbering.
    PostNumeration2Post numerate
    Inheritance Hierarchy

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

    See Also