Indexes   

MfgActivities (Collection)

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( 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( iIndex) As
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( iIndex) As
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 © 2006, Dassault Systèmes. All rights reserved.