Methods
- Func Add( iOutput) As
-
This method can be used to assign a given product as an output
- Parameters:
-
- iOutput
- The output to add dd>
- Returns:
- oProduct The assigned product dd>
- 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. dd>
- 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) dd>
- Returns:
- oProduct The indexed product/MA that is assigned to the process. dd>
- Func Remove( iOutput) As
-
This method can be used to unassign an output product from a process
- Parameters:
-
- iProduct
- The product to remove dd>
- Returns:
- oProduct The item dd>