Outputs (Object)

The collection of outputs related to the current activity.

Methods


Func Add( iOutput) As
This method can be used to assign a given product as an output
Parameters:
iOutput
The output to add
Returns:
oProduct The assigned product
Func Count() As
This method returns the no. of products / features that are assigned to a process as output.
Returns:
oNbOutputs No. of Outputss that are assigned to the activity.
Func Item( iIndex) As
This method can be used to get the associated output product.
Parameters:
iIndex
The item identifier (can be the index or the name)
Returns:
oProduct The indexed product/MA that is assigned to the process.
Func Remove( iOutput) As
This method can be used to unassign an output product from a process
Parameters:
iProduct
The product to remove
Returns:
oProduct The item