Eplan Platform API
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.

In This Topic
    SetFilteredPropertyList(SegmentTemplatePropertyList) Method
    In This Topic
    Syntax
    public void SetFilteredPropertyList( 
       SegmentTemplatePropertyList searchedPropList
    )
    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