- See also:
Methods
- Func Add( iType) As
-
Create and Add a Manufacturing Feature of a specified type to the Collection.
- Example:
- The following example creates and adds in Features the manufacturing feature
Feature of type : type
Set Feature = Features.Add(Type)
- Func Item( iIndex) As
-
Retrieve the Manufacturing Feature of a the specified index from the Collection.
- Example:
- The following example retrieves from Feature the manufacturing feature
Feature from index : Index
Set Feature = Features.Item(Index)