All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

MfgActivities (Collection)

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


The collection of MfgActivities related to the Manufacturing Document .


Method Index

Add
This method adds the specified CATIAManufacturingActivity in the current list CATIAMfgActivities.
GetElement
This method return the specified CATIAManufacturingActivity in the current list CATIAMfgActivities.
Item
This method return the specified CATIAManufacturingActivity in the current list CATIAMfgActivities.

Methods


o Sub Add(CATIAManufacturingActivity iRealObj)
This method adds the specified CATIAManufacturingActivity in the current list CATIAMfgActivities.
Example:
The following example adds in CATIAMfgActivities ListActivities the CATIAManufacturingActivity ThisActivity in position NumPos:
 ListActivities.Add(ThisActivity)
o Func GetElement(long iIndex) As CATIAManufacturingActivity
This method return the specified CATIAManufacturingActivity in the current list CATIAMfgActivities.
Example:
The following example return the CATIAManufacturingActivity ThisActivity in CATIAMfgActivities ListActivities in position NumPos:
 Set ThisActivity = ListActivities.GetElement(Numpos)
o Func Item(CATVariant iIndex) As CATIAManufacturingActivity
This method return the specified CATIAManufacturingActivity in the current list CATIAMfgActivities.
Example:
The following example return the CATIAManufacturingActivity ThisActivity in CATIAMfgActivities ListActivities in position NumPos:
 Set ThisActivity = ListActivities.Item(Numpos)

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