Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGroup::removeAt Method (OdUInt32, const OdDbObjectIdArray&)
Syntax
C++
void removeAt(OdUInt32 index, const OdDbObjectIdArray& objectIds);

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

 

Parameters
Description
objectIds
[in] Object IDs of the entities to be inserted.

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-2022. Open Design Alliance All rights reserved.