Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetPLCs Method
A Eplan.EplApi.DataModel.FunctionsFilter, can be NULL

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

    Parameters

    filter
    A Eplan.EplApi.DataModel.FunctionsFilter, can be NULL

    Return Value

    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    See Also