AddItem Method
Description
Creates a new item object.
Syntax
Visual Basic
Public Function AddItem( _
   ByVal ItemData As Variant _
) As Object
Parameters
ItemData

Pass one of:

  • A VT_VARIANT containing the BPParameter.ID of the BPParameter the new iteration parameter is an instance of.
  • A VT_ARRAY containing:
    1. The BPParameter.ID of the BPParameter the new iteration parameter is an instance of.
    2. The value of the new BPIterationParam [optional]. 
See Also