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

In This Topic
    PlanningSegmentsFilter.FilterType Enumeration
    In This Topic
    Possible filter types.
    Syntax
    internal enum PlanningSegmentsFilter.FilterType : System.Enum 
    internal enum class PlanningSegmentsFilter.FilterType : public System.Enum 
    Members
    MemberValueDescription
    Mixed3Mixed
    Name1Name
    NotInitialized0If this value is set all StorableObjects from a project will be taken.
    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 StorableObjects will be returned.
    Inheritance Hierarchy

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

    See Also