Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGroup::transfer Method
Syntax
C++
void transfer(OdUInt32 fromIndex, OdUInt32 toIndex, OdUInt32 numItems);

Rearranges the entities within this Group object. 

 

Parameters
Description
fromIndex
[in] Index of the first entity to be moved.
toIndex
[in] Destination index of the first entity moved.
numItems
[in] Number of objects to move.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.