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

GetStorableObjectsWithCF Method
Returns all objects of classes StorableObject and inherited from StorableObject, except Page, which matches to given filter.
Syntax
public StorableObject[] GetStorableObjectsWithCF( 
   ICustomFilter filter
)

Parameters

filter
a custom filter object implementing ICustomFilter

Return Value

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