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

GetConnectionsWithCF Method
Returns Connections matching given filter.
Syntax
public 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