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

In This Topic
    SegmentTemplatesFilter.FilterType Enumeration
    In This Topic
    Possible filter types.
    Syntax
    internal enum SegmentTemplatesFilter.FilterType : System.Enum 
    internal enum class SegmentTemplatesFilter.FilterType : public System.Enum 
    Members
    MemberValueDescription
    NotInitialized0If this value is set all StorableObjects from a project will be taken.
    Properties1To use this enum member first set Filter property list by
    Inheritance Hierarchy

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

    See Also