API Help
Eplan.EplApi.HEServices Namespace / HarnessService.FilterMode Enumeration

In This Topic
    HarnessService.FilterMode Enumeration
    In This Topic
    Scope of data export
    Syntax
    public enum HarnessService.FilterMode : System.Enum 
    public enum class HarnessService.FilterMode : public System.Enum 
    Members
    MemberValueDescription
    HarnessAll1Export all functions, connections and harness objects in project without any filtering
    HarnessRelated0Export all harness objects together with directly assigned and indirectly related objects,
    HarnessSelection2If functions or connections assigned to harness in selection, apply mode "HarnessRelated", otherwise "HarnessAll"
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.HEServices.HarnessService.FilterMode

    See Also