AddGroup Method
Description
Deprecated. Use BPComponentFactory of IBusinessProcess4 (Group is BPComponent). Adds an empty group of components to the test.
Syntax
Visual Basic
Public Function AddGroup() As Object
Return Type
The new, empty BPGroup Object.
Remarks
Save any modifications to the returned group by calling BusinessProcess.Save.
See Also