API Help
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetPLCs Method
a FunctionsFilter, can be null

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

    Parameters

    filter
    a FunctionsFilter, can be null

    Return Value

    Exceptions
    ExceptionDescription
    Thrown when internal used query throw exception.
    See Also