Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetFunctionsWithFilterScheme Method
Scheme name of filter from the device navigator

In This Topic
    GetFunctionsWithFilterScheme Method
    In This Topic
    Returns Functions matching the given filter from the device navigator.
    Syntax
    public Function[] GetFunctionsWithFilterScheme( 
       string strFilterScheme
    )
    public:
    array<Function^>^ GetFunctionsWithFilterScheme( 
       String^ strFilterScheme
    ) 

    Parameters

    strFilterScheme
    Scheme name of filter from the device navigator
    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    Thrown if filter scheme does not exist.
    Thrown if strFilterScheme is set to NULL.
    Remarks
    • If scheme name is empty, the current filter scheme will be used.
    • If scheme name is NULL, the method returns elements that are visible if no filter scheme is used in a GUI navigator.
    • Function templates are not returned by this method.
    See Also