API Help
Eplan.EplApi.DataModel Namespace / PagesFilter Class / SetFilteredPropertyList Method
List of the P8 properties the Pages matching the the filter. Cannot be null.

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

    Parameters

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