API Reference > OdDb Classes > OdDbObjectOverrule Class > OdDbObjectOverrule Methods > OdDbObjectOverrule::wblockClone Method
OdDbObjectOverrule::wblockClone Method
Syntax
C++
virtual OdDbObjectPtr wblockClone(const OdDbObject* pSubject, OdDbIdMapping& idMap, OdDbObject* pOwner, bool bPrimary = true);
Parameters 
Description 
const OdDbObject* pSubject 
[in] A raw pointer to an object.  
OdDbIdMapping& idMap 
[in] A current object ID map. 

Overrules the OdDbObject::subWblockClone() method and calls it in the default implementation. This method returns eOk if successful. 

 

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