API Help
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetPLCsWithCF Method
a custom filter object implementing ICustomFilter

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

    Parameters

    filter
    a custom filter object implementing ICustomFilter

    Return Value

    * Eplan.EplApi.DataModel.EObjects.PLCs matching given custom filter. * all Eplan.EplApi.DataModel.EObjects.PLCs when filter is null.
    Exceptions
    ExceptionDescription
    Thrown when internal used query throw exception.
    See Also