All Frameworks Class Hierarchy This Framework Indexes
ObjectModelerBase Interface CATINewDuplicate
Usage: you can freely reimplement this interface.
interface CATINewDuplicate
Interface to duplicate an object.
Method Index
- o
Duplicate(CATIContainer_var,CATFormat*)
- Creates a new object which is exactly the same as this.
Methods
o Duplicate
| public virtual Duplicate( | | iRecept, |
| const | iFormat | = NULL ) |
-
Creates a new object which is exactly the same as this.
- Parameters:
-
- iRecept
- container where the new object will be created.
- iFormat
- to precise a specific format.
- Returns:
- a list of objects generated by the duplication.
This object is included in the file: CATINewDuplicate.h
If needed, your Imakefile.mk should include the module: CATObjectModelerBase