DeleteParam Method
Description
Deprecated. Use BPIterationParamFactory of IBPIteration2. Delete the specified BPParameter from the iteration.
Syntax
Visual Basic
Public Sub DeleteParam( _
   ByVal pVal As Object _
) 
Parameters
Return Type

This function must be called in a loop to delete the parameter from each BPIteration in the test.

See Also