API Help
Eplan.EplApi.EServices Namespace / IFunctionVerification Interface / AddCategoryFilter Method
Function category for which this check is to be made.

In This Topic
    AddCategoryFilter Method (IFunctionVerification)
    In This Topic
    This type of check is only performed for a certain function category.
    Syntax
    void AddCategoryFilter( 
       ref Function.Enums.Category eCategory
    )
    void AddCategoryFilter( 
       Function.Enums.Category% eCategory
    ) 

    Parameters

    eCategory
    Function category for which this check is to be made.
    Remarks
    Method AddCategoryFilter is called only when registering the Addin (it is not executed every project checking).
    See Also