API Reference > OdDb Classes > OdDbGroup Class > OdDbGroup Methods > insertAt Method > OdDbGroup::insertAt Method (OdUInt32, OdDbObjectIdArray&)
OdDbGroup::insertAt Method (OdUInt32, OdDbObjectIdArray&)
Syntax
C++
void insertAt(OdUInt32 insertionIndex, const OdDbObjectIdArray& objectIds);
Parameters 
Description 
const OdDbObjectIdArray& objectIds 
[in] Object IDs of the entities to be inserted. 

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

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