API Help
Eplan.EplApi.DataModel Namespace / FunctionsFilter Class / SetFilteredPropertyList Method / SetFilteredPropertyList(FunctionPropertyList) Method
List of the P8 properties the Functions matching the the filter. Cannot be null.

In This Topic
    SetFilteredPropertyList(FunctionPropertyList) Method
    In This Topic
    Sets the FunctionPropertyList that Functions matching the filter must have.
    Syntax
    public void SetFilteredPropertyList( 
       FunctionPropertyList searchedPropList
    )
    public:
    void SetFilteredPropertyList( 
       FunctionPropertyList^ searchedPropList
    ) 

    Parameters

    searchedPropList
    List of the P8 properties the Functions matching the the filter. Cannot be null.
    Exceptions
    ExceptionDescription
    Thrown when null is given as a parameter.
    See Also