API Reference > OdDb Classes > OdDbDatabase Class > OdDbDatabase Methods > OdDbDatabase::abortDeepClone Method
OdDbDatabase::abortDeepClone Method
Syntax
C++
void abortDeepClone(OdDbIdMapping& idMap);
Parameters 
Description 
OdDbIdMapping& idMap 
[in/out] ID map of the function call to be terminated. 

Terminates a call to deepCloneObjects() or wblockCloneObjects(). 

 

Parameter idMap associates the object IDs of the original objects with the object IDs of the newly created clones. 

This call is necessary only when a call to deepCloneObjects() or wblockCloneObjects() is made with deferXlation == true, and no call will be made with deferXlation == false.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.