Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionsFilter.FilterType Enumeration

In This Topic
    ConnectionsFilter.FilterType Enumeration
    In This Topic
    There are five kind of ConnectionFilter that can be set to take connections from a Function
    Syntax
    internal enum ConnectionsFilter.FilterType : System.Enum 
    internal enum class ConnectionsFilter.FilterType : public System.Enum 
    Members
    MemberValueDescription
    Function1take all connections from a Page, filter should have set Page property
    Mixed4 
    NotInitialized0take all connections from a Projecttake all connections(COMPLETE) from a Function (this enum is wrong for Cable), filter should have set Function property
    Page2Properties
    Properties3take all connections from a Cable, filter property Function should be set on Function with category Cable
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.DataModel.ConnectionsFilter.FilterType

    See Also