API Help
Eplan.EplApi.HEServices Namespace / DeviceService.Format Enumeration

In This Topic
    DeviceService.Format Enumeration
    In This Topic
    Import/Export format
    Syntax
    public enum DeviceService.Format : System.Enum 
    public enum class DeviceService.Format : public System.Enum 
    Members
    MemberValueDescription
    CSV1CSV (semicolon-separated) file format
    CSV_COMMA_SEP3CSV (comma-separated) file format
    TXT2TXT file format
    XML0XML file format
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.HEServices.DeviceService.Format

    See Also