AddIteration Method
Description
Deprecated. Use BPIterationFactory of IBPComponent2. Adds an Iteration to the BPComponent.
Syntax
Visual Basic
Public Function AddIteration() As Object
Return Type
Remarks

BPIterationParams are not added automatically when an iteration is added. They must be added or the BusinessProcess test will not run. See BPIteration.AddParam.

Save any modifications to the returned object by calling BusinessProcess.Save.

See Also