API Reference > OdDb Classes > OdDbGroup Class > OdDbGroup Methods > OdDbGroup::transfer Method
OdDbGroup::transfer Method
Syntax
C++
void transfer(OdUInt32 fromIndex, OdUInt32 toIndex, OdUInt32 numItems);
Parameters 
Description 
OdUInt32 fromIndex 
[in] Index of the first entity to be moved.  
OdUInt32 toIndex 
[in] Destination index of the first entity moved.  
OdUInt32 numItems 
[in] Number of objects to move. 

Rearranges the entities within this Group object. 

 

This function transfers numItems starting at the fromIndex to the toIndex.

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