All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

ManufacturingFeatures (Collection)

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


Collection of Manufacturing Features.
See also:
ManufacturingFeature

Method Index

Add
Create and Add a Manufacturing Feature of a specified type to the Collection.
Item
Retrieve the Manufacturing Feature of a the specified index from the Collection.

Methods


o Func Add(CATBSTR iType) As CATIAManufacturingFeature
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)
o Func Item(CATVariant iIndex) As CATIAManufacturingFeature
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)

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