API Help
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetPLCTerminalsWithFilterScheme Method
Name of a filter scheme in the PLC 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 which are visible when no filter schema is used in a GUI navigator.


In This Topic
    GetPLCTerminalsWithFilterScheme Method
    In This Topic
    Returns Eplan.EplApi.DataModel.EObjects.Terminal matching the given filter from PLC navigator.
    Syntax
    public Terminal[] GetPLCTerminalsWithFilterScheme( 
       string strFilterScheme
    )
    public:
    array<Terminal^>^ GetPLCTerminalsWithFilterScheme( 
       String^ strFilterScheme
    ) 

    Parameters

    strFilterScheme
    Name of a filter scheme in the PLC 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 which are visible when no filter schema is used in a GUI navigator.

    Exceptions
    ExceptionDescription
    Thrown when internal used query throw exception.
    Thrown when filter schema does not exist.
    Thrown if strFilterScheme is set to null.
    See Also