All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

ManufacturingPrecedences (Collection)

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


Interface that manage the precedences for an object of type @ CATIAManufacturingActivity.
If an object A has objects B and C as precedence constraints, it means that B and C have to be performed before A.

Method Index

AddOperation
Adds a new precedence in the collection of precedences.
Item
Returns a precedence object from the precedence collection.
Remove
Removes an object from the precedences collection.
RemoveAll
Removes all objects from the precedences collection.

Methods


o Sub AddOperation(CATIAManufacturingActivity iObject,
CatManufacturingPrecedenceType iType)
Adds a new precedence in the collection of precedences. The type of added object is a CATIAManufacturingActivity.
o Func Item(CATVariant iIndex) As CATIAManufacturingPrecedence
Returns a precedence object from the precedence collection.
o Sub Remove(long iIndex)
Removes an object from the precedences collection. The removed precedence will be deleted, but not the referenced object attach to this precedence.
o Sub RemoveAll()
Removes all objects from the precedences collection.

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