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

HarnessService.FilterMode Enumeration
Scope of data export
Syntax
public enum HarnessService.FilterMode : 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