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

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

Parameters

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