Methods
- 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)
- 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)
- 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)