Share

AcEditorReactor::abortDeepClone

C++

void abortDeepClone(
    AcDbIdMapping&
) override;

Description

This callback function indicates that the deep clone operation terminated. The idMap argument contains the set of objects that were operated on.

If this notification is sent, then the objects involved in the deepClone operation are in an indeterminate state (that is, not all objects may have been cloned, object IDs may not have been translated, etc.) and need to be cleaned up.

Parameters

Parameters Description
unnamed Passed in object ID map, which at this point contains the entire set of objects that were being operated on

Links

AcEditorReactor Class

Was this information helpful?