API Reference > OdDb Classes > OdDbGroup Class > OdDbGroup Methods > insertAt Method > OdDbGroup::insertAt Method (OdUInt32, OdDbObjectId)
OdDbGroup::insertAt Method (OdUInt32, OdDbObjectId)
Syntax
C++
void insertAt(OdUInt32 insertionIndex, OdDbObjectId objectId);
Parameters 
Description 
OdUInt32 insertionIndex 
[in] Insertion index. 
OdDbObjectId objectId 
[in] Object ID of the entity to be inserted.  

Inserts the specified entity to this Group object at the specified index. 

 

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