API Help
Eplan.EplApi.DataModel Namespace / FunctionsFilter Class / SetIdentifyingPropertyList Method / SetIdentifyingPropertyList(FunctionBasePropertyList) Method
List of the properties which are identifying the matching Functions. Cannot be null.

In This Topic
    SetIdentifyingPropertyList(FunctionBasePropertyList) Method
    In This Topic
    Sets the FunctionBasePropertyList that identifies the matching Functions.
    Syntax
    public void SetIdentifyingPropertyList( 
       FunctionBasePropertyList identPropList
    )
    public:
    void SetIdentifyingPropertyList( 
       FunctionBasePropertyList^ identPropList
    ) 

    Parameters

    identPropList
    List of the properties which are identifying the matching Functions. Cannot be null.
    Exceptions
    ExceptionDescription
    Thrown when null is given as a parameter.
    See Also