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.

SetFilteredPropertyList(SegmentPlacementPropertyList) Method
Syntax
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