ManufacturingInterfaces MfgActivities (Collection)
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
-
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)
-
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)
-
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.