API Help
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetInterruptionPointsWithFilterScheme Method
Scheme-name of filter interruptionpoints-navigator

In This Topic
    GetInterruptionPointsWithFilterScheme Method
    In This Topic
    Returns InterruptionPoints matching given filter from interruptionpoints-navigator.
    Syntax
    public InterruptionPoint[] GetInterruptionPointsWithFilterScheme( 
       string strFilterScheme
    )
    public:
    array<InterruptionPoint^>^ GetInterruptionPointsWithFilterScheme( 
       String^ strFilterScheme
    ) 

    Parameters

    strFilterScheme
    Scheme-name of filter interruptionpoints-navigator

    Return Value

    * if scheme-name is empty, the current filter-scheme will be used. * if scheme-name is null, the method returns elements which are visible when no filter schema is used in a GUI navigator.
    Exceptions
    ExceptionDescription
    Thrown when internal used query throw exception.
    Thrown when filter schema does not exist.
    Thrown if strFilterScheme is set to null.
    See Also