Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionsFilter Class / SetFilteredPropertyList Method
List of the P8 properties the Connections matching the the filter. Cannot be null.

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

    Parameters

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