API Help
Eplan.EplApi.DataModel Namespace / ICustomFilter Interface / IsMatching Method
Object that is to be tested by the filter. Always is different than null.

In This Topic
    IsMatching Method
    In This Topic
    This method should be overridden in order to implement the filter.
    Syntax

    Parameters

    objectToCheck
    Object that is to be tested by the filter. Always is different than null.
    See Also