All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ObjectModelerBase Interface CATINewDuplicate

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---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 CATLISTV(CATBaseUnknown_var)* Duplicate(CATIContainer_var iRecept,
const CATFormat* iFormat= NULL )= 0
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

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