All Frameworks  Object Hierarchy  This Framework  Previous  Indexes  

MfgToolMotions (Collection)

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


The collection of MfgToolMotions related to the Manufacturing Document .


Method Index

Add
This method adds the specified CATIAManufacturingToolMotion in the current list CATIAMfgToolMotions.
GetElement
This method return the specified CATIAManufacturingToolMotion in the current list CATIAMfgToolMotions.

Methods


o Sub Add(CATIAManufacturingToolMotion iRealObj)
This method adds the specified CATIAManufacturingToolMotion in the current list CATIAMfgToolMotions.
Example:
The following example adds in CATIAMfgToolMotions ListToolMotions the CATIAManufacturingToolMotion ThisToolMotion
 ListToolMotions.Add(ThisToolMotion)
o Func GetElement(long iIndex) As CATIAManufacturingToolMotion
This method return the specified CATIAManufacturingToolMotion in the current list CATIAMfgToolMotions.
Example:
The following example return the CATIAManufacturingToolMotion ThisToolMotion in CATIAMfgToolMotions ListToolMotions in position NumPos:
 Set ThisToolMotion = ListToolMotions.GetElement(Numpos)

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