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

GetPagesWithCF Method
Returns Pages matching given filter.
Syntax
public Page[] GetPagesWithCF( 
   ICustomFilter filter
)

Parameters

filter
a custom filter object implementing ICustomFilter

Return Value

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