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

In This Topic
    SetFilteredPropertyList Method (ArticleReferencesFilter)
    In This Topic
    Sets the ArticleReferencePropertyList that ArticleReferences matching the filter must have.
    Syntax
    public void SetFilteredPropertyList( 
       ArticleReferencePropertyList searchedPropList
    )
    public:
    void SetFilteredPropertyList( 
       ArticleReferencePropertyList^ searchedPropList
    ) 

    Parameters

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