Share

AcEditorReactor::endDeepClone

C++

void endDeepClone(
    AcDbIdMapping&
) override;

Description

This callback indicates that the deep clone operation concluded successfully.

At this point, all AcDbObjectIds are translated, and the set of objects listed in the idMap is completed.

Parameters

Parameters Description
unnamed Passed in object ID map to be used for the cloning

Links

AcEditorReactor Class

Was this information helpful?