Share

AcEditorReactor::otherAttach

C++

void otherAttach(
    AcDbDatabase*, 
    AcDbDatabase*
) override;

Description

This callback function is sent just after beginDeepCloneXlation notification, but only occurs for the xref attach process. It indicates that an external reference is added to the pTo database. It is called after the objects are cloned, but before any translation.

If the pFrom database is already present as an xref in the pTo database, then this notification is not sent for any subsequent XREF attach operations (nor is beginDeepCloneXlation).

Parameters

Parameters Description
pTo Passed in pointer to target drawing database
pFrom Passed in pointer to source drawing database that contains the objects being attached

Links

AcEditorReactor Class

Was this information helpful?