API Help
Eplan.EplApi.DataModel Namespace / SegmentTemplatesFilter Class / SetFilteredPropertyList Method / SetFilteredPropertyList(SegmentTemplatePropertyList) Method
List of the P8 properties the Eplan.EplApi.DataModel.Planning.SegmentTemplates matching the the filter. Cannot be null.

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

Parameters

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