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

Removes the entity at the specified index, or the specified entities at or above the specified index, from this Group object. 

 

If any of the entities in objectIds are not in this Group object, or are at an index > index, none of the entities will be removed.

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