Method |
Description |
---|
 AcDbObject::wblockClone (AcRxObject*, AcDbObject*&, AcDbIdMapping&, bool) |
This function is almost identical to AcDbObject::deepClone, except that an AcDbWblockCloneFiler is used and ownership is not carried across database boundaries. Subcloning is based on hard owner and hard pointer connections. |
AcDbObject::wblockClone (AcRxObject*, CloneType*&, AcDbIdMapping&, bool) |
This function is almost identical to AcDbObject::deepClone, except that an AcDbWblockCloneFiler is used and ownership is not carried across database boundaries. Subcloning is based on hard owner and hard pointer connections. |