public void GetAllPotentialsWithSameName( Placement oPotential, ref ArrayList colPotentials )
public: void GetAllPotentialsWithSameName( Placement^ oPotential, ArrayList^% colPotentials )
Parameters
| Parameter Name | Description |
|---|---|
| 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. |