Eplan Platform API
Eplan.EplApi.DataModel Namespace / PlacementsFilter Class / SetFilteredPropertyList Method / SetFilteredPropertyList(PlacementPropertyList) Method
List of the P8 properties the Placements matching the the filter. Cannot be null.

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

    Parameters

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