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

GetInterruptionPointsWithCF Method
Returns Functions matching given custom filter.
Syntax
public InterruptionPoint[] GetInterruptionPointsWithCF( 
   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