All Frameworks  Object Hierarchy  This Framework  Next  Indexes  

Activities (Collection)

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


The collection of activities related to the current activity.

It respectively manages the children hierarchy, the downstream control flow, the uptream control flow, the downstream product flow or the upstream product flow.

Method Index

Add
This method adds the specified activity as a precedence constraint
Item
This method gets the specified activity on the current activities management.
Remove
This method removes the specified activity on the current activities management.

Methods


o Sub Add(CATIAActivity iActivity)
This method adds the specified activity as a precedence constraint
Parameters:
iActivity
The activity Handle
o Func Item(CATVariant iIndex) As CATIAActivity
This method gets the specified activity on the current activities management.
Parameters:
iIndex
The activity identifier
Returns:
oActivity The activity
o Sub Remove(CATVariant iIndex)
This method removes the specified activity on the current activities management.
Parameters:
iIndex
The activity identifier

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