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

GetFunctionsWithCF Method
Returns Functions matching given custom filter.
Syntax
public Function[] GetFunctionsWithCF( 
   ICustomFilter filter
)

Parameters

filter
a custom filter object implementing ICustomFilter

Return Value

* Functions matching given custom filter. * all Functions when filter is null.
Exceptions
ExceptionDescription
Thrown when internally used query throws exception.
See Also