AddParam Method
Description
Deprecated. Use BPIterationParamFactory of IBPIteration2. Add the specified BPParameter Object to the iteration.
Syntax
Visual Basic
Public Function AddParam( _
   ByVal pVal As Object _
) As Object
Parameters
Return Type
Remarks

When a parameter is added in code, this function must be called in a loop to add the new parameter and a value to each BPIteration in the test.

When an iteration is added in code, this function must be called in a loop to add each BPParameter in the step to the new iteration.

If the new BPIterationParam is modified, call BusinessProcess.Save.

See Also