Eplan Platform API
Eplan.EplApi.DataModel Namespace / SegmentPlacementsFilter Class / SetFilteredPropertyList Method / SetFilteredPropertyList(SegmentPlacementPropertyList) Method
List of the P8 properties the Eplan.EplApi.DataModel.Planning.SegmentPlacements matching the the filter. Cannot be null.

In This Topic
    SetFilteredPropertyList(SegmentPlacementPropertyList) Method
    In This Topic
    Syntax
    public void SetFilteredPropertyList( 
       SegmentPlacementPropertyList searchedPropList
    )
    public:
    void SetFilteredPropertyList( 
       SegmentPlacementPropertyList^ searchedPropList
    ) 

    Parameters

    searchedPropList
    List of the P8 properties the Eplan.EplApi.DataModel.Planning.SegmentPlacements matching the the filter. Cannot be null.
    Exceptions
    ExceptionDescription
    Thrown when null is given as a parameter.
    See Also