Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionsFilter Class
Properties Methods

In This Topic
    FunctionsFilter Class Members
    In This Topic

    The following tables list the members exposed by FunctionsFilter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets if the filtered function, when it is filtered by name, should be matched exactly. This means that if the searched name is only its prefix of the name, it will not match the filter. By default, this property is FALSE.  
    Public PropertyGets/Sets the filter category  
    Public PropertyGets/Sets if the filtered function should be placed (i.e. should be located on a valid page).  
    Public PropertyGets/Sets the name that was set to this filter.  
    Public PropertyOverridden. Sets the Page that StorableObjects matching the filter must be placed on.  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of FunctionFilter object. (Inherited from Eplan.EplApi.DataModel.AbstractDMObjectFilter)
    Public MethodOverridden. Resets the filter. Filter matches all StorableObjects then.  
    Public MethodOverloaded. Sets the P8 properties of the Function. Any function whose property values match those in this list will be considered by the FunctionsFilter and vice versa: Any function whose property values do NOT match those in this list will be filtered out by the FunctionsFilter.  
    Public MethodOverloaded. Sets the properties of the identifying elements of the Function structure identifiers. Any function whose property values match those in this list will be considered by the FunctionsFilter and vice versa: Any function whose property values do NOT match those in this list will be filtered out by the FunctionsFilter.  
    Top
    See Also