Eplan Platform API
Eplan.EplApi.EServices Namespace / FunctionVerification Class / GetAllFunctionsWithSameName Method
The function based on which other functions with the same name are to be searched.
The list of results giving all functions with the same name.

In This Topic
    GetAllFunctionsWithSameName Method
    In This Topic
    Returns all functions of the project with the same name. Can be called within the Execute function.
    Syntax
    public void GetAllFunctionsWithSameName( 
       Function oFunction,
       ref ArrayList colFunctions
    )
    public:
    void GetAllFunctionsWithSameName( 
       Function^ oFunction,
       ArrayList^% colFunctions
    ) 

    Parameters

    oFunction
    The function based on which other functions with the same name are to be searched.
    colFunctions
    The list of results giving all functions with the same name.
    Remarks
    This function uses an internal buffer mechanism and is therefore very quick when called several times in a check routine.
    See Also