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

In This Topic
    GetInterruptionPointsWithCF Method
    In This Topic
    Returns Functions matching given custom filter.
    Syntax
    public InterruptionPoint[] GetInterruptionPointsWithCF( 
       ICustomFilter filter
    )
    public:
    array<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