API Reference > OdDb Classes > OdDbGroup Class > OdDbGroup Methods > OdDbGroup::replace Method
OdDbGroup::replace Method
Syntax
C++
void replace(OdDbObjectId oldId, OdDbObjectId newId);
Parameters 
Description 
OdDbObjectId oldId 
[in] Object ID of the entity to be  
OdDbObjectId newId 
[in] Object ID of the entity to replace oldId. 

Replaces the specified entity in this Group object with the specified entity currently not in this Group object. 

 

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