All Frameworks  Object Hierarchy  This Framework  Indexes   

ManufacturingPrecedences (Collection)

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.
RemoveAll
Removes all objects from the precedences collection.
Remove
Removes an object from the precedences collection.

Methods


o Sub AddOperation( iObject,
iType)
Adds a new precedence in the collection of precedences. The type of added object is a CATIAManufacturingActivity.
o Func Item( iIndex) As
Returns a precedence object from the precedence collection.
o Sub RemoveAll()
Removes all objects from the precedences collection.
o 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.

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