Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetTerminalsWithFilterScheme Method
Scheme name of filter from the terminal navigator
If an empty string is passed, a filter scheme currently set in GUI 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.

In This Topic
    GetTerminalsWithFilterScheme Method
    In This Topic
    Returns Terminals matching the given filter from the terminal navigator.
    Syntax
    public Terminal[] GetTerminalsWithFilterScheme( 
       string strFilterScheme
    )
    public:
    array<Terminal^>^ GetTerminalsWithFilterScheme( 
       String^ strFilterScheme
    ) 

    Parameters

    strFilterScheme
    Scheme name of filter from the terminal navigator
    If an empty string is passed, a filter scheme currently set in GUI 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.
    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    Thrown if filter scheme does not exist.
    Thrown if strFilterScheme is set to NULL.
    Remarks
    This method, unlike the GetTerminals method, returns only regular terminals (i.e. without PLC terminals).
    See Also