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

In This Topic
    PagesFilter.FilterType Enumeration
    In This Topic
    There are five kind of PageFilter that can be set to take pages from a project.
    Syntax
    internal enum PagesFilter.FilterType : System.Enum 
    internal enum class PagesFilter.FilterType : public System.Enum 
    Members
    MemberValueDescription
    Mixed4If this value is set, returned Pages are intersection of sets all returned Pages from enums above
    Name1If this value is set and property ExactNameMatching is true only the Pages with exactly the same name will be returned, if property ExactNameMatching is false Pages with name prefix equal to this enum will be returned.
    NotInitialized0If this value is set all Pages from a project will be taken.
    PageDocumentType3If this value is set Pages with proper document type will be returned
    Properties2To use this enum first set Filter property list by setFilteredPropertyList()
    Inheritance Hierarchy

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

    See Also