Eplan Platform API
Eplan.EplApi.DataModel Namespace / InterruptionPointsFilter Class / SetFilteredPropertyList Method / SetFilteredPropertyList(FunctionPropertyList) Method
List of the P8 properties the InterruptionPoints matching the the filter. Cannot be null.

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

    Parameters

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