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

In This Topic
    SetFilteredPropertyList(FunctionBasePropertyList) Method
    In This Topic
    Sets the FunctionBasePropertyList that Functions matching the filter must have.
    Syntax
    public void SetFilteredPropertyList( 
       FunctionBasePropertyList searchedPropList
    )
    public:
    void SetFilteredPropertyList( 
       FunctionBasePropertyList^ 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