Share

AcDbObject::setAcDbObjectIdsInFlux

C++

void setAcDbObjectIdsInFlux();

Description

This function must be called on any newly created objects in AcDbObject::deepClone or AcDbObject::wblockClone. It indicates that reference object IDs are not yet pointing to the correct objects. The references can be translated only when the entire deep clone operation is complete. The flag is cleared at that time.

Links

AcDbObject

Was this information helpful?