API Help
Eplan.EplApi.DataModel Namespace / Page Class / Filter Property

In This Topic
    Filter Property (Page)
    In This Topic
    Page's property that allows to access current page's filter. It affects properties "Functions", "Terminals", "TerminalStrips", "Plugs", "PlugStrips" and "PLCs".
    Syntax
    public FunctionsFilter Filter {get;}
    public:
    property FunctionsFilter^ Filter {
       FunctionsFilter^ get();
    }

    Property Value

    Current FunctionsFilter
    See Also