API Reference > OdDb Classes > OdDbBlockTableRecord Class > OdDbBlockTableRecord Methods > OdDbBlockTableRecord::assumeOwnershipOf Method
OdDbBlockTableRecord::assumeOwnershipOf Method
Syntax
C++
virtual OdResult assumeOwnershipOf(OdDbObjectIdArray entitiesToMove);
Parameters 
Description 
OdDbObjectIdArray entitiesToMove 
[in] Array of entities Object Ids. 

This method causes the invoked block table record to assume the ownership of all the entities listed in the input entitiesToMove array, and provides an optimized way of moving entities between block table records. 

 

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