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

In This Topic
    GetConnectionsWithCF Method
    In This Topic
    Returns Connections matching given filter.
    Syntax
    public Connection[] GetConnectionsWithCF( 
       ICustomFilter filter
    )
    public:
    array<Connection^>^ GetConnectionsWithCF( 
       ICustomFilter^ filter
    ) 

    Parameters

    filter
    a custom filter object implementing ICustomFilter

    Return Value

    * Connections matching given custom filter. * all Connections when filter is null.
    Exceptions
    ExceptionDescription
    Thrown when internal used query throw exception.
    See Also