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

In This Topic
    StorableObjectsFilter.FilterType Enumeration
    In This Topic
    Possible filter types.
    Syntax
    internal enum StorableObjectsFilter.FilterType : System.Enum 
    internal enum class StorableObjectsFilter.FilterType : public System.Enum 
    Members
    MemberValueDescription
    Category3Category
    Mixed4If this value is set, returned StorableObjects are intersection of sets all returned StorableObjects from enums above
    NotInitialized0If this value is set all StorableObjects from a project will be taken.
    Page1If this value is set StorableObjects with proper document type will be returned
    Parent5 
    Properties2To use this enum member first set Filter property list by
    Inheritance Hierarchy

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

    See Also