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

In This Topic
    PlacementsFilter.FilterType Enumeration
    In This Topic
    Possible filter types.
    Syntax
    internal enum PlacementsFilter.FilterType : System.Enum 
    internal enum class PlacementsFilter.FilterType : public System.Enum 
    Members
    MemberValueDescription
    Mixed3If this value is set, returned Placements are intersection of sets all returned Placements from enums above
    NotInitialized0If this value is set all Placements from a project will be taken.
    Page1If this value is set Placements with proper document type will be returned
    Properties2To use this enum member first set Filter property list by setFilteredPropertyList() method. The pages with properties corresponding to this from Filter will be returned, if Filter property list will be not set all Placements will be returned.
    Inheritance Hierarchy

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

    See Also