Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetPLCsWithCF Method
A custom filter object implementing the Eplan.EplApi.DataModel.ICustomFilter interface

In This Topic
    GetPLCsWithCF Method
    In This Topic
    Returns Eplan.EplApi.DataModel.EObjects.PLCs matching the given filter.
    Syntax
    public PLC[] GetPLCsWithCF( 
       ICustomFilter filter
    )
    public:
    array<PLC^>^ GetPLCsWithCF( 
       ICustomFilter^ filter
    ) 

    Parameters

    filter
    A custom filter object implementing the Eplan.EplApi.DataModel.ICustomFilter interface

    Return Value

    Eplan.EplApi.DataModel.EObjects.PLCs matching the given custom filter
    • All Eplan.EplApi.DataModel.EObjects.PLCs if the filter is NULL
    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    See Also