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.

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