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.