Share

deepClone Method

Overload List

Method Description
AcDbObject::deepClone (AcDbObject*, AcDbObject*&, AcDbIdMapping&, bool) This function gives control of deep clone operations to the object. In the default implementation, the object is cloned and appended to the owner object (pOwnerObject). The cloning is performed by an AcDbDeepCloneFiler. A record is also added to the idMap. Then, using the filer, any owned objects are deep cloned, with isPrimary set to Adesk::kFalse.
AcDbObject::deepClone (AcDbObject*, CloneType*&, AcDbIdMapping&, bool) This function gives control of deep clone operations to the object. In the default implementation, the object is cloned and appended to the owner object (pOwnerObject). The cloning is performed by an AcDbDeepCloneFiler. A record is also added to the idMap. Then, using the filer, any owned objects are deep cloned, with isPrimary set to Adesk::kFalse.

Was this information helpful?