All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

Outputs (Collection)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---Collection
          |
          +---Outputs
 


The collection of outputs related to the current activity.

Method Index

Add
This method can be used to assign a given product as an output
Count
This method returns the no.
Item
This method can be used to get the associated output product.
Remove
This method can be used to unassign an output product from a process

Methods


o Func Add(CATIAItem iOutput) As CATIAItem
This method can be used to assign a given product as an output
Parameters:
iOutput
The output to add
Returns:
oProduct The assigned product
o Func Count() As long
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.
o Func Item(CATVariant iIndex) As CATIAItem
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.
o Func Remove(CATIAItem iOutput) As CATIAItem
This method can be used to unassign an output product from a process
Parameters:
iProduct
The product to remove
Returns:
oProduct The item

Copyright © 2003, Dassault Systèmes. All rights reserved.