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

In This Topic
    ArticleReferencesFilter.FilterType Enumeration
    In This Topic
    Possible filter types.
    Syntax
    internal enum ArticleReferencesFilter.FilterType : System.Enum 
    internal enum class ArticleReferencesFilter.FilterType : public System.Enum 
    Members
    MemberValueDescription
    Mixed3If 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.
    PartNr1If this value is set ArticleReference with proper part Number 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 StorableObjects will be returned.
    Inheritance Hierarchy

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

    See Also