If an object A has objects B and C as precedence constraints, it means that B and C have to be performed before A.
Methods
- Sub AddOperation( iObject, iType)
- Adds a new precedence in the collection of precedences. The type of added object is a CATIAManufacturingActivity.
- Func Item( iIndex) As
- Returns a precedence object from the precedence collection.
- Sub Remove( iIndex)
- Removes an object from the precedences collection. The removed precedence will be deleted, but not the referenced object attach to this precedence.
- Sub RemoveAll()
- Removes all objects from the precedences collection.