API Help
Eplan.EplApi.EServices Namespace / PotentialVerification Class / GetAllPotentialsWithSameName Method
The potential for which all other potentials with the same name are to be searched.
The list of results giving all potentials with the same name.

In This Topic
    GetAllPotentialsWithSameName Method
    In This Topic
    Returns all potentials of the project with the same name. Can be called within the Execute function.
    Syntax
    public void GetAllPotentialsWithSameName( 
       Placement oPotential,
       ref ArrayList colPotentials
    )
    public:
    void GetAllPotentialsWithSameName( 
       Placement^ oPotential,
       ArrayList^% colPotentials
    ) 

    Parameters

    oPotential
    The potential for which all other potentials with the same name are to be searched.
    colPotentials
    The list of results giving all potentials 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