API Help
Eplan.EplApi.DataModel Namespace / StorableObjectsFilter Class / SetFilteredPropertyList Method
List of the P8 properties the StorableObjects matching the the filter. Cannot be null.

In This Topic
    SetFilteredPropertyList Method (StorableObjectsFilter)
    In This Topic
    Sets the StorableObjectPropertyList that StorableObjects matching the filter must have.
    Syntax
    public void SetFilteredPropertyList( 
       StorableObjectPropertyList searchedPropList
    )
    public:
    void SetFilteredPropertyList( 
       StorableObjectPropertyList^ searchedPropList
    ) 

    Parameters

    searchedPropList
    List of the P8 properties the StorableObjects matching the the filter. Cannot be null.
    Exceptions
    ExceptionDescription
    Thrown when null is given as a parameter.
    See Also