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

SetFilteredPropertyList(PlanningSegmentPropertyList) Method
Syntax
public void SetFilteredPropertyList( 
   PlanningSegmentPropertyList searchedPropList
)

Parameters

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