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

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

Parameters

filter
a custom filter object implementing ICustomFilter

Return Value

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